These step-by-step instructions install uSeeData on your local machine.
- Install Node. https://nodejs.org/
- Install MongoDB. After installation, make sure
mongod
runs properly. Whilemongod
is running, make suremongo
runs properly on another terminal window. http://www.mongodb.org/ - Install Bower. http://bower.io/
- Clone the code repository. This command will create the project directory:
$ git clone https://github.com/stlim0730/u-see-data.git
- Go to the project directory.
$ cd u-see-data
- Install node package dependencies. This command will automatically install all the required dependencies.
$ npm install
- Run mongodb server.
$ mongod
- While
mongod
is running, run uSeeData server on another terminal window.
$ npm start
- Connect to the server on your web browser. http://localhost:18320