A school management system web application providing separate interfaces for student, teacher and administrator.
Frontend is built with html,css, and javascript, using React, a javascript library.
Backend is built on Express, a Node.js web framework, data is stored in MySQL database. Frontend interacts with backend through RESTful API.
MySQL database's schema and data is stored in schooldatabase.sql folder.