Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```