Coder Social home page Coder Social logo

nodejs-angular-mongo's Introduction

nodejs-angular-mongo

  • Clone stock test app from Git into a folder. e.g. D:\stock-test-app.

  • Now we have to install mongo for this application to Run. So go to mongo website using this link http://www.mongodb.org/downloads and download .msi or .zip package. Now extract this zip file to a folder e.g. D:\mongosetup. We have setup mongodb path and initialize mongo server on our machine. So to accomplish this perform following operations.

  • Open command prompt and cd to D:\mongosetup path

  • Now write mongod –dbpath D:\stock-test-app\data. (We already clone our app in this folder). It’ll initialize mongo server for us.

  • Now we have to install node.js so go to node.js website using URL http://nodejs.org/ and download and intall node.js on your machine. Now perform following operations to run stock test app.

  • Open command prompt and cd to our cloned stock test app. For us our path is D:\stock-test-app.
  • Then execute "npm install" command.
  • Now in same command prompt write command ''node server.js''. If everything goes well our application will start listening on port 3000 and you will see following screen.

Now we can browse application by typing http://localhost:3000 in browser.

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.