A CRUD webapp made with the Flask python framework
git clone https://github.com/mrbasel/AskMe.git
virtualenv venv
venv/scripts/activate
pip install requirements.txt
open config.py and do the following:
- Set SECRET_KEY variable to your own secret key
- Set UPLOAD_FOLDER to path for images folder
run.py