A web application for managing hostel activities using React and MySQL.
- Clone the repository.
- Install dependencies using
npm install
. - Set up the MySQL database by running the SQL scripts in the
database
folder. - Configure the database connection in the
.env
file. - Start the application using
npm start
.
- Register/login as a student to view room allocation and fee details.
- Add/edit/delete student records, room details, and fee information.
- Use the SQL scripts in the
database
folder to create the necessary tables and populate them with sample data.
- React
- MySQL
- Node.js
- Express
This project is licensed under the MIT License.