rohitkhot1026 / Restaurant-website

MEAN stack website of restaurant franchise (food ordering/cart and payment (paypal payment gateway) , table reservation also)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MEAN stack website of restaurant franchise (food ordering/cart and payment (paypal payment gateway) , table reservation also)


Languages

Language:CSS 28.7%Language:SCSS 24.4%Language:Less 24.0%Language:EJS 6.7%Language:HTML 6.2%Language:JavaScript 6.1%Language:Python 3.9%Language:Dockerfile 0.0%