- 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.htmlon your web browser. - Or
./test.pyto run the unit-tests. - Or
./bin/tests/sunny.shto run the sunny-day tests. - Or
./bin/tests/rainy.shto run the rainy-day tests.
- Open
- Setup:
- Run
setup.bat.
- Run
- Start Server:
workon venvpython app.py
- Testing:
- Open
http://localhost:5000/index.htmlon your web browser. - Or
python test.pyto run the unit-tests.
- Open