An open API service indexing awesome lists of open source software.

https://github.com/0x4e3/flask-sandbox-main

Sandbox Flask application: Proxy
https://github.com/0x4e3/flask-sandbox-main

docker docker-compose flask-sandbox nginx

Last synced: about 2 months ago
JSON representation

Sandbox Flask application: Proxy

Awesome Lists containing this project

README

          

# flask-sandbox-main
Sandbox Flask application: Proxy

[![Build Status](https://travis-ci.org/0x4e3/flask-sandbox-main.svg?branch=master)](https://travis-ci.org/0x4e3/flask-sandbox-main)

Other components:
* [Backend](https://github.com/0x4e3/flask-sandbox-users)
* [Frontend](https://github.com/0x4e3/flask-sandbox-client)
* [Swagger](https://github.com/0x4e3/flask-sandbox-swagger)

To run containers:

```bash
$ docker-machine env dev
$ eval $(docker-machine env dev)
$ export REACT_APP_USERS_SERVICE_URL=http://DOCKER_MACHINE_IP
$ docker-compose up -d --build

```