Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 935 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 935 Bytes

Restaurant-website

Getting Started

To test, contribute or just see what we did follow few easy steps:

  • clone the repository
  • cd to the directory with the repository
  • run yarn install (or npm install if you don't use yarn)
  • get your paypal client id & secret and add it into index.js
  • run the app using yarn start (or npm start)
  • enjoy!

MEAN stack website of restaurant franchise.Properties provided:-

  • Single Page Application (used AngularJS routing)
  • User Login & Register (used passportjs , express-session)
  • Food Ordering (maintaining cart-session)
  • Payment Option through Paypal Gateway (used paypal-rest-sdk)
  • Database Maintaned for Food-item,cart,user,order-list,tables (using mongoose)

Home Page

Home page

Menu Page

Menu page