manifest/web_app
2023-04-24 10:10:47 -07:00
..
__init__.py feat: web app for manifest (#46) 2022-12-30 20:29:29 -07:00
main.py fix: added pydantic types to response (#84) 2023-04-24 10:10:47 -07:00
README.md feat: web app for manifest (#46) 2022-12-30 20:29:29 -07:00
schemas.py feat: web app for manifest (#46) 2022-12-30 20:29:29 -07:00

Running

In a separate tmux/terminal session, run

cd manifest
uvicorn web_app.main:app --reload

Change the port by ass --port <PORT>.