/be-tasks

application helps parents motivate child to get involved in chores

Primary LanguageJava

Tasks app - Backend

Table of contents

General info

User stories

Application helps parents motivate child to get involved in chores.

There are two actors in the app: parent and child.

Use Cases

Technologies

  • JAVA 11
  • Gradle
  • Spring Boot (Security, DataJPA, Web)
  • REST API
  • Swagger
  • Lombok
  • PostgreSQL
  • Hibernate
  • JUnit 5
  • Mockito
  • TestRestTemplate
  • Angular (TypeScript)
  • HTML
  • CSS
  • GitHub Actions

Setup:

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