https://github.com/greenblat17/deans-office
CLI application for dean's office
https://github.com/greenblat17/deans-office
java jdbctemplate spring spring-shell
Last synced: 3 months ago
JSON representation
CLI application for dean's office
- Host: GitHub
- URL: https://github.com/greenblat17/deans-office
- Owner: greenblat17
- Created: 2023-12-12T10:56:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T18:21:20.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T16:03:03.612Z (4 months ago)
- Topics: java, jdbctemplate, spring, spring-shell
- Language: Java
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dean's Office
CLI application providing interaction in dialogue mode for the dean's office.
## Tech Stack
- Java 17
- Spring Framework (Boot, Shell, Data JDBC, Data JPA)
- PostgreSQL
- Liquibase
- Docker
## Features
- Get a certificate of academic performance to student
- Create and Read operation for each entity
- Get count the number of students in for form of study
- Get the number of hours and reporting forms for discipline
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
- `HOST` - host of Postgresql database
- `DB_USERNAME` - username for Postgresql database
- `DB_PASSWORD` - password for Postgresql database
- `DB_NAME` - name of Postgresql database
## Database
