Skip to content

Mykell404/Altschool-Blogr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BLOGR - ALTSCHOOL SECOND SEMESTER PROJECT

This is project was built with django and sqlite

How to Run

  • clone the project
git clone git@github.com:Mykell404/Altschool-Blogr.git
  • Change to the project directory
cd Altschool-Blogr
  • Create a virtual environment
python3 -m venv venv
  • Start the virtual environment
. venv/bin/activate
  • Install the depedencies
pip install -r requirements.txt
  • Initialize the database
flask --app blog init-db
  • Start the app
flask --app blog --debug run

The application should start running on Port 5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published