diff --git a/api/README.md b/api/README.md new file mode 100644 index 00000000..6fb091e9 --- /dev/null +++ b/api/README.md @@ -0,0 +1,8 @@ +## Maxon API + + +### Local Setup + +1. Activate the virtual environment +2. To install dependencies, run `pip install -r requirements.txt` +3. Run the command `uvicorn app.main:app --reload` \ No newline at end of file