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
- Host: GitHub
- URL: https://github.com/bendog/api.freo.dev
- Owner: bendog
- License: gpl-3.0
- Created: 2019-04-26T04:01:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T08:29:25.000Z (about 7 years ago)
- Last Synced: 2025-02-08T03:44:48.722Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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