Skip to content

rhannequin/qsapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantified Self API

This project is an experimental work for a master thesis created by Rémy Hannequin and Hervé Tran. It works with the Quantified Self Client (https://github.com/jagbomb/qsclient).

Requirements

Make sure you have MongoDB installed. Create a database named qsapi.

How to run it

cd qsapi

❗ If your $PATH doesn't contain ./node_modules/.bin, you have to install several packages globally:

(sudo) npm install -g express nodemon jasmine-node

Then install locally the project requirements and run the app:

npm install
nodemon app.js

Run tests

node app.js
mocha tests

About

Quantified Self API by @rhannequin & @Jagbomb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published