Skip to content

An Intra-Campus food delivery system including Frontend for users , a Backend Server and Admin Panel.

Notifications You must be signed in to change notification settings

theculguy0099/IIIT-EATS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IIIT-EATS - Intra Campus Food Delivery System !

Environment Variables

  • Create a .env file in the backend folder which should look like:
MONGODB_URI=mongodb+srv://<username>:<password>@<cluster>.mongodb.net/<database>
JWT_SECRET=your_jwt_secret_here
STRIPE_SECRET_KEY=your_stripe_secret_key_here

Usage

  • Backend :
nodemon server.js
  • Admin (port-5173):
npm install
npm run dev 
  • Frontend (port-5174):
npm install
npm run dev

Note:

  • A script is also present in the backend folder for adding pre-defined food list to the portal for seamless usage.

About

An Intra-Campus food delivery system including Frontend for users , a Backend Server and Admin Panel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published