From d8604a9b9b53d897d2242ca3f1c3d974ef4cf766 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 5 Jan 2024 19:51:17 +0530 Subject: [PATCH] docs: local setup --- api/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 api/README.md 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