Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

ThoughtWorks-DPS/lab-api-teams-python-archive

Repository files navigation

Thoughtworks Logo
DPS Title

Platform Starter Kit v1/teams api

lab-api-teams


local developement

Follow the below instructions to run the teams api on your machine.

Local Setup

  • python-version 3+
  • pipenv
  • awscli
    • note: if you manage your python versions with something like pyenv, make sure you install awscli with pip, not homebrew.
# Install dependencies
pipenv install

# Start a shell with the right virtual environment
pipenv shell

# Setup fake aws profile
./local/local_aws_creds.sh

# Startup Localstack
./local/localstack.sh UP

# Create dynamodb table in localstack
export AWS_PROFILE=test-profile
./local/local_prestart.sh

# Run locally with uvicorn#
uvicorn api.main:api --reload

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •