The common API for all aiims apps
You should have NodeJS(v6.6.0 or above) and MongoDB installed and running
git clone https://github.com/BitsAiims2017/api
cd api
npm install && npm start
- 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
andnpm run emptydb
respectively.
npm install
npm run gendoc
Open index.html
in docs/
for API reference
The BITS AIIMS students
MIT