-
Open the "back-end" folder in terminal and execute the following command:
pip install -r requirements.txt
python main.py
-
Open the "front-end" folder in a separate terminal and execute the following commands:
npm install react-bootstrap bootstrap
npm install
npm run dev
-
Follow the localhost link present in the front-end terminal
-
Enjoy "ordering" the food! :)
Made by: Andrés Tito, Giorgi Japaridze and Vayun K Soni