Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)