Skip to content

onebadpanda/angular-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularFlask

How to Get Started

  1. fork this repo

  2. clone your own version

git clone git@github.com:YOUR_GITHUB_USERNAME/angular-flask.git && cd angular-flask

  1. install all the necessary packages (best done inside of a virtual environment)

pip install -r requirements.txt

  1. run the app

python runserver.py

  1. 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'

  1. check out your blog

http://localhost:5000/blog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published