Skip to content

An online food ordering system made using MEAN stack.

Notifications You must be signed in to change notification settings

akpatel363/bon-appetit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bon Appetit

It's an online food ordering system made using MongoDB, Express, Angular and Bootstrap.

To run this app on your machine

  1. Install node modules for backend (express) as well as frontend (Angular).
  2. Rename nodemon.sample.json to nodemon.json.
  3. Enter port, mongo uri and secret in nodemon.json.
    {
      "env": {
        "PORT": "PORT",
        "MONGO_URI": "MONGO_URI",
        "SECRET": "SECRET"
      }
    }
  4. To start the express server execute the following command.
    npm run dev
  5. To serve angular execute the following command in client directory.
    ng serve -o

About

An online food ordering system made using MEAN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published