This app is under development
Run mongodb using the following line of code:
mongod --dbpath ~/mongodb-data
Run uvicorn in a new terminal:
uvicorn cart_service.main:app --reload
- Stage all changes.
git add .
- Run pre commit
pre-commit run
#runs only on all staged files
or
pre-commit run --all-files
# runs on all files
coming soon 🚀🚀🚀