Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T16:08:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T06:32:42.931Z (almost 2 years ago)
- Topics: angularjs, expressjs, mongodb, nodejs, passportjs, paypal-rest-sdk
- Language: CSS
- Homepage:
- Size: 26.5 MB
- Stars: 9
- Watchers: 1
- Forks: 14
- 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
![Home page](https://github.com/Pratyush-Ranjan/Restaurant-Booking/blob/master/hai.JPG)
# Menu Page
![Menu page](https://github.com/Pratyush-Ranjan/Restaurant-Booking/blob/master/hai2.JPG)