- install Docker
- install docker-compose
- clone repository
- run docker-compose from terminal:
$ docker-compose build
$ docker-compose up -d
- for acces to application use http://localhost:5000/ from your browser
Please write your code in next files:
- templates/index.html for html marckup
- static/styles/style.css for css styles
- static/js/main.js for javascript code