The app lets a student enroll and search for the best coaching institute for him/her based on ratings, comments and % selection of any institute. It lets Institutes increase their reach among student community by sharing their results and facilities. Done using: node.js, mongoDB, ExpressJS, AJAX To run this app on localhost:(make sure node.js and npm(node package manager) are installed)
- Open terminal/cmd.
- cd to the directory.
- run "npm install"
- run "npm start"
- open browser and open "localhost:3000"
This is mainly an API. The frontend is not properly maintained. Contribution is welcomed.