Problem: Getting a letter of recommendation can be tedious work for both the student and the teachers. Automation of this process can make life easier for both the students and teachers.
Solution: Online web portal for requesting and receiving a letter of recommendation. The student can track the progress of the request from their dashboard.
There are dashboards for:
- HODs - They can forward a request for review to teachers, accept or reject reviewed requests
- Teachers - They can review the request and make informed suggestions.
- Students - They can request a LOR
Front-End: Angular Back-End: Node.js (Express.js) Database: MongoDb
-
Node.js needs to be installed on your device.
-
Navigate to backend folder run the command "npm i" to install all the dependencies
-
Navigate to frontend folder, run the command "npm i" to install all the dependencies
-
Run the backend with the command "npm start" or "nodemon server.js"
-
Run the frontend with the command "ng serve -o"
- Student - 201700062 : P@ssw0rd
- Teacher - 3000 : P@ssw0rd
- HOD - 4200 : P@ssw0rd
- Somik Datta : developersomik@gmail.com (backend/frontend)
- Rebecca Soren : sorenrebeccashruti@gmail.com (frontend)