This website requires JavaScript.
Explore
Help
Sign In
odyfo
/
odapi
Watch
1
Star
0
Fork
You've already forked odapi
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
abd0f45c91
odapi
/
app
/
__init__.py
6 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Migrate to FastAPI with a focus on async code
2020-06-05 01:09:55 +02:00
from
fastapi
import
FastAPI
Create basic API for CRUD
2020-03-23 21:17:16 +01:00
Migrate to FastAPI with a focus on async code
2020-06-05 01:09:55 +02:00
app
=
FastAPI
(
)
Create basic API for CRUD
2020-03-23 21:17:16 +01:00
Simplify error handling in routes
2020-07-24 19:27:15 +02:00
from
app
import
routes
,
schemas