An open API service indexing awesome lists of open source software.

https://github.com/samuelmarks/glaucoma-risk-calculator-rest-api

Glaucoma risk calculator REST API
https://github.com/samuelmarks/glaucoma-risk-calculator-rest-api

Last synced: 2 months ago
JSON representation

Glaucoma risk calculator REST API

Awesome Lists containing this project

README

          

glaucoma-risk-calculator REST API
=================================

REST API backend written on Node.JS in TypeScript with restify and waterline

## Install prerequisites

0. node & npm (tested with node v7.5 and npm v4.2.0 on Ubuntu 16.10 x64)
1. Run: `npm install -g tsc typings`
2. `cd` to directory you've cloned this repo into
3. Run: `typings install`
4. Run: `npm install`

## Compile+run app

tsc
node main.js

Or:

npm start