diff --git a/README.md b/README.md new file mode 100644 index 0000000..46af18f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Meal planner backend + +Install packages +``` +pip install -r ./requirements.txt +``` + +Run with +``` +uvicorn main:app +```