Skip to content

IDREsandbox/flaskmdhmap

 
 

Repository files navigation

flaskmap

based off of these two tutorials: http://jonathansoma.com/tutorials/webapps/intro-to-flask/

https://medium.com/@prabhath_kiran/simple-rest-api-using-flask-and-peewee-3d75c7bff515

peewee docs:

http://docs.peewee-orm.com/en/latest/peewee/quickstart.html#model-definition

step one

pip install virtualenv

pip install virtualenvwrapper (for Linux/Macs) pip install virtualenvwrapper-win (for windows)

mkvirtualenv flaskmap

workon flaskmap

pip install flask

pip install peewee

pip install psycopg2

create database

create templates

establish API

migrate to production server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.8%
  • CSS 31.2%
  • Python 30.8%
  • Shell 0.2%