This project is designed to implement my knowledge of back-end web technologies, specifically in Node.js, REST APIs, and decoupled services (microservices).
- Docker
Each API has its own instruction to be tested in a isolated way.
To start the project, just run:
cp ./api-service/.env.example ./api-service/.env
./up.sh
NOTE
There are two accounts to interact with the service.
Both of them have the same password: test
.
After the service is up and running, you can find the documentation for each API @ /api-docs
.