-
fork this repo
-
clone your own version
git clone git@github.com:YOUR_GITHUB_USERNAME/angular-flask.git && cd angular-flask
- install all the necessary packages (best done inside of a virtual environment)
pip install -r requirements.txt
- run the app
python runserver.py
- create and seed the db (the server must still be running, so open a new terminal window first)
python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'
- check out your blog