Skip to content

ConstantineZarzhytskyy/express-mongodb-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

express-mongodb-basic

Setup project

  • npm install or npm i
  • open app/server.config.js
  • change path to database = connectionUTL
  • npm start
  • ##heroku deploy

    Deploy project on heroku

  • heroku login
  • git init
  • heroku create [PROJECT_NAME]
  • create Procfile
  • Procfile must containt: web: npm start
  • git add *
  • git commit -m "My first deploy"
  • git push heroku master
  • More info about deploy on heroku for Node.js

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors