A businesslike Lorem Ipsum generator.
- Python 3.7
- pip
- node
- npm
To develop with the built-in webserver serving the webapp and the static files:
cd webapp
python setup.py develop
cd buzzwordipsum
python webservice.py
This will also auto-refresh Python and static file changes.
Go to http://localhost:5000/index.html ('/' will not work because the development mode doesn't have directory indexes).
To run the Python tests:
cd webapp
python setup.py test
This will output a coverage report including indication of uncovered lines.