Skip to content

VIDIT45AGARWAL/GApple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GApple 🍏

Welcome to GApple, your ultimate destination to order the most delicious food right from your browser. From spicy starters to mouth-watering desserts, we bring the best restaurant experience to your doorstep.


πŸš€ How to Setup

1) Install Node.js

Make sure you have Node.js installed on your system. Download Node.js here


2) Run the Frontend

cd food-app
npm install vite
npm run dev

The frontend should now open at http://localhost:5173 Create a .env file in the same food-app directory and paste the following inside:

VITE_API_BASE_URL=http://localhost:8000/api/

3) Run the Backend

cd food-app
cd backend
pip install djangorestframework django django-cors-headers django-extensions
python3 manage.py runserver

Your backend API should be running at http://localhost:8000

4) Run the Admin Panel

cd adminPanel
cd food-app-admin-panel
npm install vite
npm run dev

The admin panel should now open at http://localhost:5174 Create a .env file in the same food-app directory and paste the following inside:

VITE_API_BASE_URL=http://localhost:8000/api/

🎬 Demo Video

Demo Video

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published