Using eve and eve-sqlalchemy to build a web app

in #restful-api6 years ago

Install

- python, eve, eve-sqlalchemy has installed needed

ORM

- Follow eve's doc . You create some classes to tables in your db. Just make that work simple.

How about Controller

- I have a poor skill to build a standard web app. May do all control work on frontend could be a nice idea!

Database

- You could use mongodb which recommend. Need more  kind dbs? Try eve-sqlalchemy. The docs of eve-sqlalchemy is hard to understand. I recommand you see the sample code on  eve-sqlalchemy's Github.