Welcome to FastGPTFood, a website which was created in the mind of using a ChatBot to help revoulatized the FastFood market. Alas, due to many issues... this prime feature was never implemented into the website. In the end, this website is made akin to many other fast food related websites.
- Interactive Menu: Browse through a wide variety of burgers, sides and beverages.
- Online Ordering: Customize your order and schedule delivery or pickup.
- See Past Purchaes: Login in your own User Account and see any of your past purchases.
- Frontend: HTML, CSS, React
- Backend: Node.js, Express
- Database: MongoDB
- Deployment: Render
1: Clone the Repository:
git clone [repository URL]
2: Install the Backend:
cd BackEnd
npm install
3: Install the Frontend:
cd ../FrontEnd
npm install
cd Backend
node server.js
cd FrontEnd
Npm run dev


