Python-flask backend for cpp carpool app. Server listens on port 8080.
- Python 2.7
- pip
cd src
pip install -r requirements.txt
cd src
python server.py
If you prefer to develop with docker, don't forget to forward port 8080
To build the container:
make build
And to run the container:
make dev