Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-medicine-initiative/rest-api
https://github.com/open-medicine-initiative/rest-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-medicine-initiative/rest-api
- Owner: open-medicine-initiative
- Created: 2015-07-13T10:26:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T15:42:25.000Z (over 9 years ago)
- Last Synced: 2024-08-01T12:34:49.114Z (3 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - open-medicine-initiative/rest-api - (others)
README
#Project setup
##Requirements
* iojs >= 1.8.1 (tip: use latest nvm to manage environments)
* phantomjs##Installation
`sudo npm install -g gulpjs/gulp-cli#4.0 babel coffee-script pm2`
`npm install`#Building
#Running
There is a startup script that registers the babel pre-processor for
Single server: `node startup.js`
Clustered : `pm2 start server.js -i 0 --next-gen-js`#Project layout
#Resources
http://es6-features.org
http://www.ociweb.com/resources/publications/sett/gulp-4/
http://demisx.github.io/gulp4/2015/01/15/install-gulp4.html
https://github.com/Unitech/pm2