Just do docker-compose up
Open http://localhost:3000
make sure there is no node_modules
folder inside api
folder
docker-compose build --no-cache
then run
docker-compose up --force-recreate --no-deps
curl --location 'http://localhost:3000/heartbeat' \
--header 'Content-Type: application/json' \
--data '{
"id": "72539917-4f69-4d16-a259-056e0839795f"
}'
curl --location --request POST 'http://localhost:3000/register'