💡 this was never deployed to any environment, development stopped when client was unable to pay.
sudo -u postgres psql postgres
CREATE DATABASE fulbo
CREATE user root WITH encrypted password 'root';
GRANT ALL privileges ON database fulbo to root;
user=root
password=root
db=fulbo
go
buildpackreact
buildpack
heroku buildpacks
heroku buildpacks:add --index 2 https://github.com/mars/create-react-app-buildpack.git
- the go buildpack is detected automatically