Skip to content

faical-allou/flocals

Repository files navigation

flocals

This is the back end flask app for flocals, this only works with the front end app: flocals-app

This was written and contains all the set up to be used with pipenv and an account on heroku

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages