This is the School Management System which manages the data of Students and Teachers. New students and teachers can be added and deleted. This project can fetch all the details about particular student or teacher. Moreover, it provides the list of students and teachers with updated data.
Java SE 16.0.1
Java
IDE(Visual Studio Code, Eclipse etc.)
Step 0: Open Eclipse Enterprise Edition. [Install, if not already installed.]
Step 1: Click On File > Import > Git > Projects From Git(with smart import) > Clone Uri > Paste The Repository Url as:https://github.com/NavpreetRajput/SchoolManagementSystem Select Next > Next >(Choose the Directory where you want to save the project, For Example: EClipse Workspace) Select Next > (Select import as General Project) Select Next> Finish
Step 2: Run the Project from Main Class.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
The JAVA DEPENDENCIES
view allows you to manage your dependencies. More details can be found here.