Project inspired by this article: Express web framework
- Type in these commands in the terminal to set the things up:
docker-compose build
docker-compose run --rm app yarn install
docker-compose run --rm app yarn run populatedb
- Type this command to run the application:
docker-compose up -d
- Go to http://localhost:3000/
- Type in
indiana
as a username andjohnes
as a password and log in.
To stop the application, simply type this command in your terminal:
docker-compose down