You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manifest/web_app
Laurel Orr d7401c6ec5
fix: added pydantic types to response (#84)
1 year ago
..
README.md feat: web app for manifest (#46) 1 year ago
__init__.py feat: web app for manifest (#46) 1 year ago
main.py fix: added pydantic types to response (#84) 1 year ago
schemas.py feat: web app for manifest (#46) 1 year ago

README.md

Running

In a separate tmux/terminal session, run

cd manifest
uvicorn web_app.main:app --reload

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