https://github.com/faical-allou/flocals
https://github.com/faical-allou/flocals
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faical-allou/flocals
- Owner: faical-allou
- Created: 2019-07-07T10:01:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:45:08.000Z (over 4 years ago)
- Last Synced: 2025-01-29T17:44:50.303Z (8 months ago)
- Language: Python
- Size: 81.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flocals
This is the back end flask app for flocals, this only works with the front end app: [flocals-app](https://github.com/faical-allou/flocals-app)
This was written and contains all the set up to be used with [pipenv](https://pipenv.readthedocs.io/en/latest/) and an account on [heroku](https://www.heroku.com/)
You'll need to add a file called configdatabase with the following content:
```
connectionStringDatabase = "host='xxx' port='5432' dbname='xxx' user='xxx' password='xxx'"CLIENT_ID = 'xx-xx'
CLIENT_SECRET = 'xxx'
AUTH_REDIRECT_URI = 'http://localhost:5000/google/auth'
BASE_URI = 'http://localhost:5000'
FLASK_SECRET_KEY = 'xxx'
G_API_KEY = 'xxx'
```