Added Readme

This commit is contained in:
jableader 2024-05-23 22:00:13 +10:00
parent c098cd8fd0
commit 7882b16bd4

11
README.md Normal file
View file

@ -0,0 +1,11 @@
Meal planner backend
Install packages
```
pip install -r ./requirements.txt
```
Run with
```
uvicorn main:app
```