The first project of my Flask Tuts Series in Persian! We are going to develop a blog using Flask, Each episode, has it's own branch
0. Project Directory | Branch on Github | Video On YouTube
- Clone the repo by
$ git clone https://github.com/DarkSuniuM/FlaskBlog.git - Go to cloned directory and create a virtual environment
$ python3 -m virtualenv venv - Install the requirements using
$ pip install -r requirements.txt - Run the project using
$ flask run
Ask your questions on the comments section in YouTube, I try to answer the ones I can!