- 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 backend project (Click here) with instructions.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.