Skip to content

A Blog Web App developed with the help of Flask Web App Framework

Notifications You must be signed in to change notification settings

jatin9909/Flask-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog

This repo has been updated to work with Python v3.8 and up.

How To Run

  1. Install virtualenv:
$ pip install virtualenv
  1. Open a terminal in the project root directory and run:
$ virtualenv env
  1. Then run the command:
$ .\env\Scripts\activate
  1. Then install the dependencies:
$ (env) pip install -r requirements.txt
  1. Finally start the web server:
$ (env) python run.py

This server will start on port 5000 by default. You can change this in run.py by changing the following line to this:

if __name__ == "__main__":
    app.run(debug=True, port=<desired port>)

About

A Blog Web App developed with the help of Flask Web App Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published