The repo for learing purpose of the fats-api
It invloves the coverage of the project by adding of the models and Controllers
python -m venv .venv source .venv/bin/activate pip install -r requirements.txt
uvicorn slack:app --reload
heroku login
heroku create
git push heroku main
heroku open