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
- Host: GitHub
- URL: https://github.com/samuelmarks/glaucoma-risk-calculator-rest-api
- Owner: SamuelMarks
- Created: 2017-02-16T02:42:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T06:22:12.000Z (over 9 years ago)
- Last Synced: 2025-03-23T01:28:02.739Z (over 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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