Refer to instructions
. venv/bin/activate
pip install Flask
. venv/bin/activate
cd src
flask run
Server will be running on http://127.0.0.1:5000/
python -m pytest -s tests
- /health_check
- /merge_api_calls?member_id=<member_id>
Refer to instructions
. venv/bin/activate
pip install Flask
. venv/bin/activate
cd src
flask run
Server will be running on http://127.0.0.1:5000/
python -m pytest -s tests