/python-dynamodb

Primary LanguagePythonMIT LicenseMIT

Installation

python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
  • Needs docker-compose as well

Run:

  1. Start docker-compose
docker-compose up
  1. Start
. ./venv/bin/activate
python3 -m app.api.api