Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 261 Bytes

README.md

File metadata and controls

executable file
·
11 lines (9 loc) · 261 Bytes

#Code for Pluralsight Flask Course

Bookmark keeping website. Using Flask and styled with bootstrap.
To install:

mkdir bookit && cd $_
git clone [email protected]:Craicerjack/bookit.git
pip install -r requirements.txt
python manage.py runserver -r -d