https://github.com/pratyush-ranjan/restaurant-website
MEAN stack website of restaurant franchise (food ordering/cart and payment (paypal payment gateway) , table reservation also)
https://github.com/pratyush-ranjan/restaurant-website
angularjs expressjs mongodb nodejs passportjs paypal-rest-sdk
Last synced: 8 months ago
JSON representation
MEAN stack website of restaurant franchise (food ordering/cart and payment (paypal payment gateway) , table reservation also)
- Host: GitHub
- URL: https://github.com/pratyush-ranjan/restaurant-website
- Owner: Pratyush-Ranjan
- Created: 2019-06-01T11:55:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T16:08:57.000Z (over 3 years ago)
- Last Synced: 2025-03-24T13:51:22.190Z (about 1 year ago)
- Topics: angularjs, expressjs, mongodb, nodejs, passportjs, paypal-rest-sdk
- Language: CSS
- Homepage:
- Size: 26.5 MB
- Stars: 15
- Watchers: 0
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

# Menu Page
