Coder Social home page Coder Social logo

heroku-mlab-webinar's Introduction

fullstack-website

upload full-stack website with Heroku + mongodb + mLab

Previous knowledge and Preparation

Instructions:

initialization:

  • clone this repo.
  • run "npm install" on the repo folder.
  • initialize PORT.
  • run "npm start" and check all working => (http://localhost:8080/)

work with Heroku:

  • sign up to Heroku.
  • create new app.
  • connect to github repo.
  • enable automatic deploy.
  • initialize PORT.
  • commit & push the code to GitHub -.then() check on Heroku app.

work with mLab:

  • sign up to mLab.
  • create new DB. ('alerts')
  • create new collection ('messages') with some documents ('{"id": 1, "msg": "Hello World", "counter": 0}').
  • copy the MongoDB URI to 'index.js' file.
  • add new user to the DB. (user: admin, password: myFirstWebinar1)
  • modify the MongoDB - assign username + password.
  • copy the MongoDB URI to 'Config Vars' in Heroku (MONGODB_URI : 'mongodb://admin:[email protected]:61112/alerts')
  • use nodemon - run "nodemon index.js"
  • example 0 - alert Hello + {name} .
  • example 1 - simple connection to mongoDB.
  • example 2 - get the count of documents and return random msg.
  • example 3 - create new doc.
  • example 4 - update counter.

heroku-mlab-webinar's People

Contributors

itamardavidyan avatar

Stargazers

Yoel Naki avatar

Watchers

James Cloos avatar  avatar

Forkers

eladcandroid

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.