Online reviews act like word-of-mouth marketing today. So here is the Review system. Backend of a restaurant review system comprising of ACL based authorisation, Token based authentication, and mongoDB database.
- Token based Authentication using jwt and passport
- ACL based authorization (Different roles of admin and other users)
- RestFul API Support
- Customizable commenting feature for dishes.
- Easy to understand MVC architecture.
- MongoDB database with mongoose plugins to setup inter-relationship among documents
- Node.js
- Express.js
- MongoDB (Database)
- Passport.js (Authentication)
- JSON (API's and web token)