https://github.com/dukris/iis-project
Schedule project for students and teachers
https://github.com/dukris/iis-project
docker jdbc junit5 jwt liquibase mybatis postgresql rest-api spring-security
Last synced: 2 months ago
JSON representation
Schedule project for students and teachers
- Host: GitHub
- URL: https://github.com/dukris/iis-project
- Owner: dukris
- Created: 2023-01-08T23:05:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:40:51.000Z (over 2 years ago)
- Last Synced: 2025-03-29T12:47:22.009Z (about 1 year ago)
- Topics: docker, jdbc, junit5, jwt, liquibase, mybatis, postgresql, rest-api, spring-security
- Language: Java
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Schedule App"
Schedule project for students and teachers. Teachers can grade students.
## Glossary
1. UserInfo - information about user.
2. TeacherInfo - information about teacher.
3. StudentInfo - information about student.
4. Group - number of group.
5. Lesson - information about lesson: time, day, teacher, group and so on.
6. Mark - information about student's mark: value, date and so on.
7. Subject - name of subject.
## Endpoints
See swagger documentation: ```/swagger-ui```
## Run
To start containers: ```docker-compose up```