Skip to content

KISHOREkevin/food-delivery-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Delivery Application Project with user Authentication

record1.mp4
record2.mp4
  • Eat-Easy is the food delivery app which it has functions such as
    • hotel managemant,
    • user management ,
    • food management ,
    • cart and order managemen.
  • hence this application comes under the category of CRM application (Customer Relationship Management)
  • With EAT-EASY, you can publish your hotel and foods ,deliver foods to users, users can order food,users can manage their accounts etc...
  • Eat easy app is easy to use, powerful to manage the business related to catering as well as lodges and publish it .
  • Try Eat Easy app today and see the difference it can make .

Technologies used

  • NodeJS
  • ExpressJS
  • Multer
  • MongoDB
  • ReactJS
  • Bcrypt
  • Material UI
  • Dotenv
  • Cloudinary

Project Usage (online)

Project Usage (offline)

  • clone the repository git clone https://github.com/KISHOREkevin/food-delivery-fullstack.git

  • inside server folder and client folder create .env file

  • in server folder ,enter the following code in the .env file :

    • MONGO_URL="Your-mongodb-url"
    • PORT=Your-port-number
    • SALT_ROUNDS=10
    • CLOUD_NAME="Your-cloudinary-cloud-name"
    • CLOUD_API_KEY="Your-cloudinary-api-key"
    • CLOUD_API_SECRET="Your-cloudinary-api-secret
  • In client folder , enter the following code in the .env file:

    • REACT_APP_BASE_URL="backend-url/api"
  • then inside server folder , run npm install && npm start

  • then inside client folder, run npm install && npm start

  • then enter the url in the browser, http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published