-- pip install pipenv
-- pipenv shell
-- pipenv install
-- uvicorn main:app --reload
-- After running the app:
- http://127.0.0.1:8000/docs
- http://127.0.0.1:8000/redoc
- To run tests...
pytest -v
-- Contains PG_DB_URL
, MONGO_DB_URL
-- pip install pipenv
-- pipenv shell
-- pipenv install
-- uvicorn main:app --reload
-- After running the app:
pytest -v
-- Contains PG_DB_URL
, MONGO_DB_URL