This is the back-end of our test application. Click here to access the front-end.
The documentation with all endpoints available and how to call them is available here.
To make it run on your machine without installing everything locally, you can simply run it via docker image, by following the commands below.
docker compose up
NOTE: It's important to have docker installed on your machine.
In case you want to run it in your machine without using docker, you must run the following commands.
For development environment:
bash setup-env.sh
mvnw spring-boot:run
For production environment:
bash setup-env.sh docker
mvnw clean package -DskipTests && cp target/server-*.jar app.jar
You must have installed Java 11 and Postgres 12.x previously.
Ana Clara Dev ✨📱📖 |
Beatriz Coutinho Master 🎧💅🖱️ |
Caique Nascimento Dev ⌨️🖥️🖱️ |
Charles Ramos PO ✊📖🍔 |
Daniel Oliveira Dev 💻🎸⚽ |
Denis Lima Dev 💻✌️🍕 |
Wesley Dias Dev 🚀🌌🌑 |