Flask Orator Blueprints
Flask Blueprints app with Orator ORM for Laravel's Eloquent lovers and not only for them.
- Description
- Installation
- Usage
Description
If You are Programmer who can't code without Active record pattern, who has experience with Laravel Eloquent or just like beautiful ORM - this repository if for you.
The Idea of this repository comes from Twittor api, which inspired me to do implementation of Orator(AN ACTIVERECORD ORM FOR PYTHON) and Flask Blueprints architecture.
Requirements
$ pip install -r requirements.txtIf you have problem with installing Orator using pip, you can try:
$ easy_install oratorMigrations and seeds
Repository already contains migration and seed files, but using Orator you can generate they yourself.
-
Setup the needed tables:
python db.py migrate -
Insert data into newly created tables.
python db.py db:seed
Seeded data :
Run application
$ python manage.py runserverUsage :
Requests in Postman
For making requests from postman - you only needs to import postman_requests into your postman
License
MIT

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

