This is a basic implementation of a Student Management System. It performs the basic CRUD operations.
The editor used for writing the code were
- eclipse Version: 2022-09 (4.25.0)
- VSCode Version: 1.72.2
The tools used for implementing this were:
- JDK Version 8
- ReactJS Versio 18.2.0
- MySQL Version: 8.0.31
- Nodejs Version: 18.11.0
- npm Version: 8.19.2
Download the project and unzip it. Or you can clone the repo. After that open the project in eclipse and then do
run ManagementApplication.java as an java application.
Open MySQL
run the students.sql script
It will create the database as well as the student table.
Now open visual code or terminal. Open the src directory, you can run:
npm install
It will automatically download all the dependencies.
npm start
It will automatically start the application. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
To learn more about spring boot, check out the spring tutorial website.