Quotes is a simple FLASK applications.
- Install all packages from requirements.txt
- Run in command line:
export FLASK_APP=quotes/app.py # path to Your App
export FLASK_DEBUG=1 # Debug & Reload enabled
flask run # Run Your App
# Environment variables (On Windows use SET instead of EXPORT)
- Visit http://127.0.0.1:5000/
- pvpasha - Initial work
This project is licensed under the BSD License - see the LICENSE file for details