Skip to content

The demo application for the Heroku / Galvanize workshop

Notifications You must be signed in to change notification settings

heroku/heroku-workshop

 
 

Repository files navigation

Setup on Cloud9

  • Create a Cloud9 Account

  • On Cloud9 Connect Github

  • Fork the Github repo

  • Create the Cloud9 Repo

  • Run these commands

    sh script/setup.sh && . ~/.profile
    

Helpful Links

Deploy to Heroku

heroku apps:create
heroku addons:create heroku-postgresql:hobby-dev
git push heroku master
heroku run yarn run seed

TODO

  • Add Account CRUD to show heroku updating salesforce
  • Comment out things in master
  • Create a branch where they are uncommented for create
  • Create a branch where they are uncommented for delete
  • Create a branch where account CRUD is enabled
  • Add sendgrid email notification to env var
  • Re-enable release: npm run migrate in Procfile

About

The demo application for the Heroku / Galvanize workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • HTML 23.2%
  • Shell 9.2%
  • CSS 0.9%