units4u
a university unit recommender system for the web research unit
install
most of this project will be using node so you'll need to install any dependencies. we're using eslint to lint the project.
make sure you're using a node version 4 or above for es6 (es2015) features
npm install -g eslint
npm install
- Install neo4j
- copy the
.env-sample file
to.env
and add details (username and password for neo4j, indeed api publisher api key).
neo4j
you'll need to download and install neo4j (community edition).
run the app/dbSeed.js
file to seed some initial MerlinMade:tm: data
run
npm start
code styleguide
we're using EditorConfig to set-up our coding style, you can install a plugin for this to take effect
e.g for atom apm install editorconfig
our linter will also pick up things like this as well
linting
linting is done with eslint, you can install it your ide. running npm run lint
will run the linter command line.
/experiments
section for experiment with our different tech and algorithms
/resources
currently we're using this folder to dump data that'll we'll process in the future