Skip to content

A medium-like blog site using Python and Flask with pure JS.

Notifications You must be signed in to change notification settings

benjaminudoh10/blog-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is simply a clone of the medium blogging site.

How to start the project

  • Install python3 on your system.
  • Create a virtual environemnt using python3 -m venv <env-path>.
  • Activate the virtual environment using source <env-path>/bin/activate (unix).
  • Install the required libraries using pip3 install -r requirements.txt.
  • Run flask db migrate.
  • Run flask db upgrade to create the db.
  • Run the command flask run --cert=adhoc which starts the server on port 5000 in debug mode.

About

A medium-like blog site using Python and Flask with pure JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published