Hi there, I'm Mrugank, Flask Blog Website 👋
- 🌱 I’m currently learning everything 🤣
- 🥅 2020 Goals: Contribute more to Open Source projects
- Clone this repository locally. In a terminal, run the following command:
$ git clone https://github.com/mrugankray/flask-blog
- To run the Application, In a terminal, run the following command:
python3 run.py
- To run the Flask Blog app in debug mode, edit
config.py
and passdebug=True
inapp.run()
- Three environment variables are used in this App i.e.
SECRET_KEY
,EMAIL_USER
andEMAIL_PASS
- To use your own variables, Please make changes in the
flaskblog/config.py
.