For fulfilling IF2211 Strategi Algoritma Project.
The Application of String Matching and Regular Expression in Creating a Simple ChatGPT.
- React JS - 18.2.0
- Node JS - 19.8.1
- Express JS - 4.18.2
- Axios - 1.4.0
- MongoDB
Tubes3_13521063/
├───doc/
│ └── Tubes3_K01_13521063_SaulGoodBot.pdf
├───src/
│ ├── backend/
│ │ ├── Algorithm.hs
│ │ └── database.js
│ │ └── server.js
│ │ └── testing.js
│ ├── frontend/
│ │ └── public/
│ │ │ └── index.html
│ │ │ └── manifest.json
│ │ │ └── robots.txt
│ │ └── src/
│ │ │ └── resources/
│ │ │ │ └── ChatGPT.png
│ │ │ │ └── saul.png
│ │ │ └── App.css
│ │ │ └── App.js
│ │ │ └── index.css
│ │ │ └── index.css
│ │ └── .gitignore
│ │ └── package-lock.json
│ │ └── package.json
│ │ └── README.MD
│ ├── models/
│ │ ├── chats.js
│ │ └── knowledge.js
│ ├── query/
│ │ └── chatsQuery.js
│ │ └── knowQuery.js
│ └── routes/
│ └── chatsRoutes.js
│ └── knowRoutes.js
├── .gitignore
├── package.json
├── package-lock.json
└── README.md
For setting up this web application, you will need to run the server then run the website
- Head to src/backend
nodemon server
in terminal- Your server is running!
- Head to src/frontend/src
npm install
in terminalnpm start
in terminal- Your website will be run at
localhost:3000
!
Project is: complete
Created by
- 13521063 Salomo Reinhart Gregory Manalu
- 13521069 Louis Caesa Kesuma
- 13521072 Irsyad Nurwidianto Basuki