Docker image for the app was published to Docker hub
To run the app on a local machine the following command can be used:
docker container run --rm -p 3000:3000 svr3/go-school-club:0.0.4
and point browser to http://localhost:3000
The app was also deployed to Heroku: https://go-school-club.herokuapp.com/