larissafalcao / apps-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apps API

This project is an API to manage apps.

Requires

Execute docker-compose for local environment

The docker-compose file its located at the project root.

docker-compose up -d

This command it's going to start:

  • Postgres server.

Start application server from code by maven

mvn spring-boot:run

After the application started access the url:

http://localhost:8080/swagger-ui/index.html#

You should see the swagger documentation

Tests

To run test open the file AppControllerTest in src/test/java/com.rogalabs.rogalabsapi First run the test called saveSuccess(), after you can run all the other tests.

About


Languages

Language:Java 100.0%