Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debasish-dutta/uni-manager
https://github.com/debasish-dutta/uni-manager
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/debasish-dutta/uni-manager
- Owner: debasish-dutta
- License: mit
- Created: 2023-04-22T08:06:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:36:16.000Z (over 1 year ago)
- Last Synced: 2024-11-18T05:34:41.974Z (2 months ago)
- Language: Java
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni Manager
This is a simple student management system done using Java and Swing package.
## Features
UniManager empowers administrators and authorized users to effectively manage student details, providing them with the necessary tools for data editing, viewing, and deletion while ensuring a secure and streamlined experience through the integration with a database.UniManagerallows authorized users to edit, view, and delete student details within the system. Additionally, it provides an option to connect to a database for efficient data management.
## Technologies and Dependencies
## Build
To build the app from source, use the following commands:
```bash
ant
java -jar dist/UniManager.jar
```## Installation
## Screenshots
![home](assets/ss/homepage.png)
![add student form](assets/ss/new_std.png)
![connect db form](assets/ss/connect_db.png)
![search form](assets/ss/find_std.png)
![view details](assets/ss/std_details.png)
![update form](assets/ss/update_std.png)
![about](assets/ss/about.png)## Contributing
Contributions are welcome and encouraged! Here are some guidelines to get you started:
1. Fork the repository and clone it to your local machine.
2. Create a new branch for your feature or bug fix.
3. Make your changes and test thoroughly.
4. Commit your changes with descriptive commit messages.
5. Push your branch to your forked repository.
6. Open a pull request, providing a clear title and description of your changes.
7. Ensure that your code follows the project's coding conventions and style guidelines.
8. Your pull request will be reviewed by the project maintainers. Feedback or suggestions for improvements may be provided.
9. Once approved, your changes will be merged into the main repository.
10. Thank you for your contribution!## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.