B.Sc Final Year Project (Name: SAI Timetable Scheduler) A MERN Stack Web Application to manage semester information and allocate schedules for classes
- - Create and Delete Teacher Schedules
- - Automatic Teacher Schedule to Student Schedule Mapping
- - Add and Store Semester Informations (Departments, Courses, Subjects, Students, Teachers, Schedules)
- - Edit Users
- - Download or Print Schedules
- - Add Cohorts of Information
- - User Activity Logger
- - Email notifications sent to users on addition into database
- - Email Dispatch Service to accomodate Requests of Changes in Schedules
$ git clone https://github.com/vidyasager162/MDH.git
$ cd MDH
$ cd backend
$ npm install
$ cd frontend
$ npm install
$ cd backend
$ npm run dev
$ cd frontend
$ npm start
In browser, open http://localhost:3000
Thankyou for checking out my repo. Please do try out the application!