Skip to content

57656E6474/wdi-project-4

Repository files navigation

WDI Project 4: MERN Stack

Deployment

When deploying the app for the first time ensure you have run the following steps in order:

  1. heroku create
  2. heroku addons:create mongolab
  3. heroku config:set NPM_CONFIG_PRODUCTION=false
  4. git push heroku master
  5. heroku open

After that simply git commit and git push heroku master.

Important

Ensure that you add any relevant environment variables to heroku with heroku config:set, eg:

heroku config:set AWS_BUCKET_NAME=wdi-project-4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published