Important this API needs a .env file for work, please create one inside ./app
folder
Go inside the app
folder
Install dependencies
npm install
Start the project in dev mode
npm run dev
In the root folder
- Build the image
docker-compose build
- Up the docker image
docker-compose up -d