Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

wathika-eng/flask_blog_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Beginner friendly blog app

To get started locally:

Must have:

  • python && pip
git clone https://github.com/wathika-eng/flask_blog_app && cd flask_blog_app

Setup the virtual environment using pipenv or virtualenv

pipenv install && pipenv shell

or

virtualenv .venv && source .venv/bin/activate

then

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published