Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 403 Bytes

built heroku

  • $heroku login
  • (first time) $cd heroku folder; $heroku create; $heroku ps:scale web=1; $heroku open
  • (dev) $nodemon
  • (test) $heroku local
  • $git add .; $git commit -am "comment"; $git push heroku master;
  • change .env
  • (mongo live) (login in http://docs.mongolab.com/, then get database URI) $heroku config:set MONGOLAB_URI=your_db_uri
  • heroku open to open website after git push