matthieuchoplin / testdriven-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices with Docker, Flask, and React

from https://testdriven.io

Build image:

make build

Start up app:

make up

Configure python interpreter with:

cd services/users
virtualenv env -p python3.7
source env/bin/activate
pip install -r requirements.txt

About


Languages

Language:Python 74.3%Language:JavaScript 11.3%Language:HTML 6.1%Language:Makefile 4.5%Language:Dockerfile 2.3%Language:Mako 0.9%Language:Shell 0.6%