- Based on the excellent tutorial from Miguel Grinberg.
- Setup:
- Run
setup.sh
.
- Run
- Start Server:
source venv/bin/activate
./app.py
- Testing:
- Open
http://localhost:5000/index.html
on your web browser. - Or
./test.py
to run the unit-tests. - Or
./bin/tests/sunny.sh
to run the sunny-day tests. - Or
./bin/tests/rainy.sh
to run the rainy-day tests.
- Open
- Setup:
- Run
setup.bat
.
- Run
- Start Server:
workon venv
python app.py
- Testing:
- Open
http://localhost:5000/index.html
on your web browser. - Or
python test.py
to run the unit-tests.
- Open