Skip to content

A tiny example of a flask-peewee powered webapp inspired by the official doc.

License

Notifications You must be signed in to change notification settings

fspot/flask-peewee-example

Repository files navigation

flask-peewee-example

A tiny example of a flask-peewee powered webapp inspired by the official doc.

This example include two models : Author and Note (OneToMany). It provides an administration zone and a REST API.

Setup

$ pip install flask-peewee
$ python run_project.py

The admin interface will be accessible at http://localhost:8011/admin. You can use this login/password : serge / egres.

More

About

A tiny example of a flask-peewee powered webapp inspired by the official doc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages