This website requires JavaScript.
Explore
Help
Sign In
sam
/
baseddata.io
Watch
1
Star
0
Fork
You've already forked baseddata.io
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
54a32019c6
baseddata.io
/
backend
/
main.py
7 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
New mongodb backend
2024-09-20 17:49:31 +01:00
from
fastapi
import
FastAPI
change backend structure
2024-11-07 21:38:45 +00:00
from
api
.
route
import
router
New mongodb backend
2024-09-20 17:49:31 +01:00
app
=
FastAPI
(
)
app
.
include_router
(
router
)