Best Flask open-source libraries and packages

Stella serverless

A URL shortener built with Python and the serverless library.
Updated 3 months ago

Stella Serverless

Setup Instructions

Dependencies

brew install serverless yarn pyenv mongodb-community

Repository Setup

pyenv virtualenv 3.8.0 stella-serverless
pyenv local stella-serverless

pipenv install

yarn install

cp .env.sample .env # and edit accordingly

Deploying

sls deploy