SUST CSE Thesis/Project Assigning System is an online system to assign desired thesis/projects to student and also assign supervisors with student groups.
The project is using NodeJS and ExpressJS at the backend.
git clone https://github.com/Nirzak/Thesis-Project-Assigning-System.git
cd Thesis-Project-Assigning-System
npm install
Open http://localhost:5000 to view it in your browser.
Open http://localhost:5000/admin to access the admin panel.
Original mongoDB URI has been removed for security reasons. So to run this project
you must have to use your own mongodb URI. To use your own URI just Edit config/keys.js
file
and paste your own mongodb URI on dbPassword field.