A Simple Mail Project Web Apps using Flask and Python 2.7.12
- Ensure you have the Python interpreter from the flask virtual environment
- The sqlite database must also be created before the application can run, and the db_create.py script takes care of that.
- $source flask-env/bin/activate
- pip install -r requirements.txt to install all required packages
- To run the worker of celery, type $celery worker -A app.celery --loglevel=info
- To run the application, type $python ./run.py
- By default, server will run at http://127.0.0.1:5000/