An open API service indexing awesome lists of open source software.

https://github.com/bendog/api.freo.dev

freo.dev backend
https://github.com/bendog/api.freo.dev

Last synced: about 1 year ago
JSON representation

freo.dev backend

Awesome Lists containing this project

README

          

# api.freo.dev

## setup local dev environment with pipenv

pipenv install

activate with

pipenv shell

## deployment

first update the settings files.
_Note: you'll need access to the settings s3 bucket for this to work._

./get_settings.sh

then use zappa to deploy the changes

zappa update

or if it's the first run

zappa deploy
zappa certify