py -3 -m venv findcare-venv
(run this in backend directory)
pip install -r requirements.txt
(please use this command after u sees findcare-venv in your terminal or after enabling your virtual environment)
- Create a file called
.env
and copy all data fromenv.example to .env
and change value accordingly
uvicorn_start.bat
(change port inside file if u want to)
- Download Postgres Sql and install it to run postgres.
- Import
FindCare.postman_collection.json
to your postman. - Import
fats-api-test-env.postman_environment.json
to your postman