This project was bootstrapped with Create React App. This is a management project for managing dormitory system, it supports add, edit, delete, search for every table in database and advanced filtering for certain tables. This is a full stack project using Express(.js), React(.js), Node(.js) and MySQL.
The premade database is the the latestDatabase folder. To run, we need to import it to MySQL. Make sure the server host, user, password and database name are correct, these can be found in server/db.js file, and .env file, modify accordingly.
In the project directory, you can run:
To run the project.