Skip to content

Priyadj9/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Student-Management-System

This is a basic implementation of a Student Management System. It performs the basic CRUD operations.

The editor used for writing the code were

  1. eclipse Version: 2022-09 (4.25.0)
  2. VSCode Version: 1.72.2

The tools used for implementing this were:

  1. JDK Version 8
  2. ReactJS Versio 18.2.0
  3. MySQL Version: 8.0.31
  4. Nodejs Version: 18.11.0
  5. npm Version: 8.19.2

Scripts

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.


Learn More

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.


About

Student Management System Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •