Project proposed by anlix-io.
For building and running the application you need:
export SPRING_DATASOURCE_URL=<your database url>
export SPRING_DATASOURCE_USERNAME=<your username database>
export SPRING_DATASOURCE_PASSWORD=<your password database>
export SPRING_JPA_HIBERNATE_DDL_AUTO=update
./mvnw spring-boot:run
To run the application with docker you need:
docker-compose up
To run the test with newman you need:
To test, just run this command:
newman run collection.json
For the documentation I used postaman, and I uploaded some data on heroku to facilitate testing for anyone using the api:
To upload the data I used a python script: