Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. cd app
  2. git clone url
  3. cd bo
  4.  
  5. edit package.json: scripts, mongodb + mongoose, node
  6.  
  7. npm install
  8. npm i -D nodemon
  9.  
  10. copy config/keys, .gitignore, Procfile
  11.  
  12. git remote set-url origin url
  13. git push origin gomix
  14. git status
  15. git add .
  16. git commit -m 'created api?'
  17. git push origin gomix
  18.  
  19. heroku login
  20. heroku create
  21. git push heroku gomix:master
  22. heroku open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement