This code base contains logic/structure for creating the Restful APIs for the MBA app
Notification system at all levels
- Admins will receive e-mail when clients make any changes
- Users will get mails on booking
- Clients will receive e-mails if admin makes changes to their theaters
The whole repo is divided into multiple branches. Each branch contains code for a specific concept. For example session1 has the code base for movie CRUD APIs . Each branch is built on the top of the previous branch
- Understanding of Node.js
- Understanding of Async Await
- Mongo DB locally installed and running
- Notification Service installed and running : https://github.com/Vishwa07dev/NotificationService
- Node.js
- Mongodb
this app requires Node.js v14+ to run.
Install the dependencies and devDependencies and start the server.
cd mba
npm install
npm run devStart
Want to improve? Great! Make the changes and raise a PR. Reach out to me over kankvish@gmail.com