- This project is created for FAIRit. program.
- Application consists of two repositories: backend (Click here) and frontend (Click here).
- Used API: Allegro API (Click here).
- Documentation: Swagger (Click here).
- Created by Antonina Marikhina (Git Hub repositories).
Application helps parents motivate child to get involved in chores.
There are two actors in the app: parent and child.
- JAVA 11
- Gradle
- Spring Boot (Security, DataJPA, Web)
- REST API
- Swagger
- Lombok
- PostgreSQL
- Hibernate
- JUnit 5
- Mockito
- TestRestTemplate
- Angular (TypeScript)
- HTML
- CSS
- GitHub Actions
To run the App You need to build and run project with gradle wrapper:
$ ./gradlew bootRun
OR
$ ./gradlew build
$ java -jar build/libs/tasks-0.0.1-SNAPSHOT.jar