Skip to content

avcopan/flask-react-authentication-starter

Repository files navigation

Flask-React Authentication Starter

Before deploying to heroku, you must set the following environment variables to connect to your database:

heroku config:set SECRET_KEY=<secret key>
heroku config:set STATIC_FOLDER=project-name-frontend/dist
heroku config:set DB_USER=<database username>
heroku config:set DB_PASSWORD=<database password>
heroku config:set DB_HOST=<database host>
heroku config:set DB_PORT=<database port>
heroku config:set DB_NAME=<database name>

See database.sql for what tables need to be created.

You must also add heroku as the first buildpack:

heroku buildpacks:add --index 1 heroku/nodejs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published