API layer for extendedppr.com
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
poetry install --verbose --with test
poetry run pytest