gaoyuan / TarPred

Target Prediction Using 3NN Fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TarPred

Target Prediction Using 3NN Fusion

Dependencies

  1. Node.js

  2. mongodb

Setup

  1. Clone the repository

    git clone git@github.com:gaoyuan/TarPred.git

If you cannot clone the repository, ask tjcharlesgao@gmail.com for permission to access.

  1. Download the latest version of Nodejs and Mongodb.

  2. Setup Mongodb

    mongo

    use TarPred

    db.addUser('database_username', 'database_password')

    mongod --dbpath the_path_for_database_storage --auth

  3. Make sure the database username and password are consistent with those in server/model/db.js.

  4. Install all the node modules: under the server folder, run

    npm install

Start the server

Under the server folder, run

npm start

Then your server should be up and running. Have fun!

About

Target Prediction Using 3NN Fusion


Languages

Language:JavaScript 52.4%Language:CSS 44.4%Language:Python 3.1%