An express application to test docker compose.
Api description is in ex1.json (open api).
All valid api results will return jsons.
All Errors will be reported to app console logs.
Application is supported by PostgreSQL docker image.
Sending requests via port 3000.
Note that migration of schema will be done 30 seconds after PostgreSQL init.
Running the actual application :
docker build -t ex1 . docker-compose up -d docker-compose down -v