The api for the Savings Manager app
$ pipenv install
$ uvicorn app.main:app --reload
$ alembic revision --autogenerate -m 'descriptive message here'
$ alembic upgrade head
For testing run:
pytest
For coverage report run:
The api for the Savings Manager app
$ pipenv install
$ uvicorn app.main:app --reload
$ alembic revision --autogenerate -m 'descriptive message here'
$ alembic upgrade head
For testing run:
pytest
For coverage report run: