Hosted: http://sammeow-instapic-backend.herokuapp.com/
http://sammeow-instapic-backend.herokuapp.com/docs/
docker-compose
and pip
Server will be serving at localhost:5000
docker-compose up -d
make db-up
# or only db
docker-compose up -d instapic-db
make db-up
make install
make run
#lint
make lint
# test
make tests