项目作者: BitsAiims2017

项目描述 :
The common API for all apps
高级语言: JavaScript
项目地址: git://github.com/BitsAiims2017/api.git
创建时间: 2017-06-03T07:27:01Z
项目社区:https://github.com/BitsAiims2017/api

开源协议:MIT License

下载


Build Status
Gitter chat
Codacy Badge
Known Vulnerabilities

API

The common API for all aiims apps

How to

You should have NodeJS(v6.6.0 or above) and MongoDB installed and running

  1. git clone https://github.com/BitsAiims2017/api
  2. cd api
  3. npm install && npm start

Contributing

  • Please use 4 SPACES, no TABS.
  • Fork and open a pull request with the changes
  • Follow the code style used in the project already and ask on gitter if in
    doubt.
  • Please run npm test to check that all tests pass before opening a
    pull request.
  • You can fill and empty the sample data with npm run filldb
    and npm run emptydb respectively.

Documentation

  1. npm install
  2. npm run gendoc

Open index.html in docs/ for API reference

Authors

The BITS AIIMS students

License

MIT