-
Run
docker compose buildto build the image for the nodejs-api. -
Run
docker compose up -dto run the containers for the postgresql database and the app. -
Enter
localhost:80to open the login page. -
Have Fun!
The Database is running on localhost:5432 in Docker container.
To view the tables, open localhost:5432 in pgadmin.
The NodeJS Api is running on localhost:3000 in a Docker container.