Organizer based on FLASK and we used in project MongoDB.
- Install all packages from requirements.txt
- Run in command line:
export FLASK_APP=app/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/
- m-pasha
This project is licensed under the BSD License - see the LICENSE file for details