Skip to content

BabigaBirregah/NOMP-Web

This branch is 1 commit behind YanshuoH/NOMP-Web:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 25, 2014
1f79eae · Jun 25, 2014
Jun 24, 2014
Jun 25, 2014
Jun 24, 2014
Jun 25, 2014
May 20, 2014
Jun 25, 2014
Jun 24, 2014
Mar 23, 2014
Mar 23, 2014
Mar 24, 2014
May 15, 2014
Apr 1, 2014

Repository files navigation

This is a Needs-Offers Matcher Plateform.

To start the project, you should:
1. Get your node.js ready in your pc, you may download the node.js install file on the web site, or you may use git shell to down load node.js like this:
    npm install -g express
    To make sure that all the dependencies are installed, I recommande do this for the first time:
    npm install
2. Get your MongoDB ready, this may take a while cause MongoDB allocate more storage:
    http://mongodb.org/

Note: Each time you run a test session in your local server, you should run two thing:
    mongod --dbpath ~/Web/model # This will get you database ready and where we store the models in database
    express server.js # This will launch your local server with a port (usually 3000, according to the server configuration)

About

NOMP node.js version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.3%