- A Bash shell
- Latest Docker (that supports
docker compose
) make
(on linux, most likely installed withsudo apt-get install build-essential
)- Nice to have
- An Intellij IDE (Webstorm, Rustrover etc)
- An SQL client, such as DBeaver or the built-in from Intellij
- Create the .env:
cp .env.example .env
- Start the servers:
make restart-server
- Install the sql from my_database.sql:
make populate-db
- View the REST API at: http://localhost:3000/
- View the Swagger at: http://localhost:8080/