Added Readme
This commit is contained in:
parent
c098cd8fd0
commit
7882b16bd4
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Meal planner backend
|
||||
|
||||
Install packages
|
||||
```
|
||||
pip install -r ./requirements.txt
|
||||
```
|
||||
|
||||
Run with
|
||||
```
|
||||
uvicorn main:app
|
||||
```
|
||||
Loading…
Reference in a new issue