Nirzak / Thesis-Project-Assigning-System

SUST CSE Thesis/Project Assigning System is an online system to assign desired thesis/projects to students and also assign supervisors with student groups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thesis-Project-Assigning-System

SUST CSE Thesis/Project Assigning System is an online system to assign desired thesis/projects to student and also assign supervisors with student groups.

Getting Started with the Project

The project is using NodeJS and ExpressJS at the backend.

At first Clone this repo:

git clone https://github.com/Nirzak/Thesis-Project-Assigning-System.git

Now type the following to install all the dependecies:

cd Thesis-Project-Assigning-System
npm install

After that type: node app.js to run the project.

Open http://localhost:5000 to view it in your browser.

Open http://localhost:5000/admin to access the admin panel.

To connect your own database, do the following.

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.

About

SUST CSE Thesis/Project Assigning System is an online system to assign desired thesis/projects to students and also assign supervisors with student groups.


Languages

Language:HTML 85.6%Language:CSS 11.1%Language:EJS 1.6%Language:JavaScript 1.5%Language:SCSS 0.2%