Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shea256/angular-flask
An AngularJS (frontend) + Flask / Python (backend) Boilerplate Application
https://github.com/shea256/angular-flask
Last synced: 4 days ago
JSON representation
An AngularJS (frontend) + Flask / Python (backend) Boilerplate Application
- Host: GitHub
- URL: https://github.com/shea256/angular-flask
- Owner: shea256
- License: mit
- Created: 2013-07-19T21:01:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T10:39:43.000Z (over 6 years ago)
- Last Synced: 2024-10-15T12:06:03.971Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 628 KB
- Stars: 1,079
- Watchers: 59
- Forks: 219
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AngularJS + Flask Boilerplate App
A template for building apps with an Angular frontend and a Flask / python backend.
### How to Get Started
1. clone this repo
2. install all the necessary packages (best done inside of a virtual environment)
> pip install -r requirements.txt3. run the app
> python runserver.py4. 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'5. check out your blog
> http://localhost:5000/blog6. if you like this project, give it a star :)