Skip to content

suhailmalik07/student_blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This is a blog based on flask.

How to run

first clone this project using git clone make sure you have python installed Then make a virtual environment using command in the same directory.

command for virual environment python -m venv .venv

first activate your virtual environment

powershell user .venv\Scripts\activate.ps1

Now install required packages by this command pip install -r requirments.txt

now run it in your terminal or powershell .venv/Scripts/python.exe run.py