https://github.com/shambac/marks-submission-system-java
https://github.com/shambac/marks-submission-system-java
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shambac/marks-submission-system-java
- Owner: ShambaC
- Created: 2024-02-10T16:46:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T16:49:50.000Z (about 2 years ago)
- Last Synced: 2025-01-13T12:22:05.635Z (over 1 year ago)
- Language: Java
- Size: 51.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marks Submission System
### A simple system to maintain a database of marks in a institution
This was made for an assignment.
This is a demo model

## How to run ?
### Edit the config
There is a config.java.example file in `src/conf`. Edit that according to the instructions inside it.
### Edit the env
Edit the `.env.example` file in `src` with your SMTP details.
You can use Gmail SMTP or Brevo or any other.
### Run
Run the main method in `App.java` after running a mariadb server
This only works with a specific format of excel files. They have been uploaded to the repo now.
## Release
A release is also included with this.