Skip to content

A web app built using MERN for listing and buying for food items for vendors and buyers respectively. The app can be deployed using docker.

License

Notifications You must be signed in to change notification settings

esh04/Food-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food-Portal

To deploy

To Install docker refer: https://docs.docker.com/engine/install/ubuntu/

Install docker-compose sudo apt-get install docker-compose

To deploy the app, run on terminal docker-compose up -d

To terminate deployment: docker-compose down

Local Setup and Running

  • For Backend:
cd backend
npm install
npm start
  • For Frontend:
cd frontend
npm install
npm start

CAUTION : If the ports are already being used by some other processes, they must be killed before running the above script

Your App should be up and running on http://localhost:3000/

About

A web app built using MERN for listing and buying for food items for vendors and buyers respectively. The app can be deployed using docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages