This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Using eve and eve-sqlalchemy to build a web app

Words
87
Reading
1 min
Listen
Play
9y

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.

Using eve and eve-sqlalchemy to build a web app | Ecency