Skip to content

Commit 7bdb31b

Browse files
authored
Update README.md
1 parent 4e7a422 commit 7bdb31b

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
**Student Management System**
1+
# Student Management System
22

3-
Welcome to the Student Management System! This Java application is designed for efficient student data management. Follow the steps below to set up and run the project.
3+
Welcome to the Student Management System! This Java application is designed for efficient student data management.
44

5-
**Prerequisites**
5+
## Prerequisites
66

77
Before running the project, ensure you have the following:
88
- MySQL Database
99
- `studentmangementsystem.sql` database file (already added here)
1010
- MySQL Connector/J library (e.g., `mysql-connector-j-8.1.0.jar`) (already added here)
1111

12-
**Setup Instructions**
13-
1.Database Setup:
12+
## Setup Instructions
13+
14+
### 1. Database Setup:
1415
- Create a MySQL database.
1516
- Import the provided `studentmangementsystem.sql` file into your database.
1617

17-
2. Library Setup:
18+
### 2. Library Setup:
1819
- Place the `mysql-connector-j-8.1.0.jar` file in the `library` folder of the project.
1920

20-
**Running the Project**
21+
## Running the Project
22+
2123
1. **Install JDK:**
2224
Ensure that you have the Java Development Kit (JDK) installed on your system.
2325

@@ -35,18 +37,21 @@ Before running the project, ensure you have the following:
3537

3638
6. **Run the Application:**
3739
Select Main class as MainPage.class while firstly compile this code.
40+
3841
Follow these steps, and you'll be up and running with the Student Management System in no time! 📚💻🚀
3942

40-
**Contribution**
43+
## Contribution
4144

4245
Contributions are welcome! Feel free to fork the project, make improvements, and create pull requests.
4346

44-
If you encounter any issues or have suggestions, message me on github.
47+
If you encounter any issues or have suggestions, message me on GitHub.
48+
49+
## License
4550

51+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
4652

47-
**Copyright**
53+
## Author
4854

4955
Coderzaman
50-
5156

5257
**Happy coding! 📚💻🚀**

0 commit comments

Comments
 (0)