Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 475 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 475 Bytes

go-school-club

Test task for Go school

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/