Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aswinbennyofficial/student-mark-management

The Student Mark Management System is a Java project using Maven, JDBC, MySQL. It simplifies managing student marks by creating classes, storing marks, editing, and generating mark sheets and more.
https://github.com/aswinbennyofficial/student-mark-management

collaborate crud java jdbc jdbc-database jetbrains maven mysql

Last synced: about 11 hours ago
JSON representation

The Student Mark Management System is a Java project using Maven, JDBC, MySQL. It simplifies managing student marks by creating classes, storing marks, editing, and generating mark sheets and more.

Awesome Lists containing this project

README

        

# Student Mark Management System

The Student Mark Management System is a simple Java project that allows you to manage student marks using Maven and JDBC. This project provides functionality to create student classes, store their marks, edit marks, and display the mark sheet and more.

## Features
- Show saved marksheets
- Create a new marksheet.
- Delete marksheet
- Store marks for students.
- Edit existing marks.
- Delete a student and his marks
- Display the mark sheet.

## Prerequisites
- Java Development Kit (JDK) 8 or higher installed.
- Maven build tool installed.
- MySQL database installed and running.

## POM dependecy to be added
- add the following dependency in pom.xml
```xml

mysql
mysql-connector-java
8.0.33

```
## MySQL Password
- Either add your password in the string **password** in connectDb() function.
- or add the following line in .bashrc file in home folder of your linux distro.
```bash
export MYSQL_PASSKEY=""
```

## Contributing
Contributions are welcome! If you find any issues or would like to enhance the functionality, feel free to create a pull request.

Clone the repo by
```bash
git clone https://github.com/aswinbennyofficial/Student-Mark-Management.git

```