manifest/web_app
Laurel Orr defc63bf36 feat: web app for manifest (#46)
Also fixed typing issues in tests
2022-12-30 20:29:29 -07:00
..
__init__.py feat: web app for manifest (#46) 2022-12-30 20:29:29 -07:00
main.py feat: web app for manifest (#46) 2022-12-30 20:29:29 -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>.