Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:40:51.000Z (11 months ago)
- Last Synced: 2024-10-03T02:41:10.207Z (about 2 months 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```