migrating to react and nextjs

This commit is contained in:
lucas.oskorep
2023-07-10 20:51:10 -04:00
parent a287cccb38
commit aad7babb2c
55 changed files with 29540 additions and 9 deletions

View File

@@ -7,4 +7,4 @@
# Setup project
@run:
poetry run uvicorn main:app --reload
poetry run uvicorn server:app --reload --port 8000