Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 840 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 840 Bytes

TEST TASK

This is the simple RESTfull Spring Boot Application, with some integration tests. All acceptance done according to task list, if you want i can add frontend part in Angular.

What is this repository for?

  • This repository is for test spring boot app and author skills
  • Version 1.0
  • Simple documentation Swagger URL
  • Testing via postman

How to set up?(example)

  • MySQL is using
  • mvn clean install
  • mvn spring-boot:run

Docker (DB and front also dockerized)

  • mvn clean install
  • docker build -t test-app:1.0 .
  • docker-compose up

To start using

  • localhost:4200
  • first you need to register new user (user with username containing 'admin' will have ADMIN role)