Lynaj / Dockerized_app_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

The entire project is containerized, so that in order to run it, one has to own Docker (https://www.docker.com/) software installed To run this project, use following commands:

$ docker-compose build
$ docker-compose up 

The app is available at:

http://localhost:8000/

Exemplary View

About

License:GNU General Public License v3.0


Languages

Language:Python 88.0%Language:Shell 7.2%Language:Dockerfile 4.8%