FutureMind / hug-sqlalchemy-template

Boiler template for a Python hug API application with SQLAlchemy, alembic and pytest
MIT License
12 stars 3 forks source link

Examples #1

Closed sn0rcha closed 6 years ago

sn0rcha commented 6 years ago

Hey There,

Thanks for the boilerplate!

I was wondering if it was possible to get you to post an example Model and route with model activity (fetching records etc).

tomlaszczuk commented 6 years ago

Hi. Yeah. I've put some simple examples on seperate branches.

user_jwt_auth_example_project - It contains authentication example, user model and some basic endpoints.

I've updated readme about examples information