Student & CourseManagement

Javascript website to manage students and courses...

This is a simple application using Javascript and Handlebars to manage students and courses. The data is stored in a PostgreSQL database and managed by Sequelize ORM.

Welcome page and other pages:




The views below are the course page where users can add, edit, and delete courses. The user can also view the students enrolled in each course.



The views below are the student page where users can add, edit, and delete students. The user can also view the courses that each student is enrolled in.



Please watch the demo video below.


Source Code