- Description
- Installation
- Usage
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.
$ pip install -r requirements.txt
If you have problem with installing Orator using pip, you can try:
$ easy_install orator
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
$ python manage.py runserver
For making requests from postman - you only needs to import postman_requests into your postman
MIT