Skip to content

Projekt-DataScience/backend-user-management

Repository files navigation

backend-user_management

Starting dev environment

  1. Start the docker images:
docker-compose up
  1. Create virtualenv:
virtualenv venv
  1. Activate the virtualenv

Windows:

./venv/Scripts/activate

Linux:

source ./venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages