Skip to content

extendedppr/extendedppr-lambda

Repository files navigation

Extended PPR Lambda

API layer for extendedppr.com

Prerequisites

Running Locally

If you want to develop locally, remember to change where the webpage is pointing to your localhost.

Set the Mongo credentials in the .env file.

sls plugin install -n serverless-wsgi
sls plugin install -n serverless-plugin-simulate
sls plugin install -n serverless-offline
sls plugin install -n serverless-python-requirements
sls wsgi install
sls offline --httpPort 3000

Test

poetry install --verbose --with test
poetry run pytest

Releases

No releases published

Packages

No packages published

Languages