- Start the docker images:
docker-compose up
- Create virtualenv:
virtualenv venv
- Activate the virtualenv
Windows:
./venv/Scripts/activate
Linux:
source ./venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Create database schema and dummy data
python ./helper_scripts/create_data.py
The user-management service is running on port 8001, you can access the docs on http://localhost:8001/docs