Code is tested on latest python 3.9
pip install -r requirements.txt
Sample .env.example is added to root. Rename .env.example
to .env
and modify with your env vars.
cp .env.example .env
python manage.py migrate
python manage.py runserver
API Server is running at http://127.0.0.1:8000/
by default. You can view and experiment Medperf API at http://127.0.0.1:8000/swagger
You can run server script to verify a sample work. See script
pip install -r test-requirements.txt
python seed.py