Skip to content

agatatalita/ditapi

 
 

Repository files navigation

ditapi

Build Status

REST API for ditup. The web app for the API is based here.

Follows JSON API specification.

Prerequisities

  • Node.js v7.0.1 or later. We use cutting-edge EcmaScript features like async functions, which are supported since v7.0.1.
  • npm v?
  • Arangodb v3.0 or later
  • maildev
  • @todo

Install

  • @todo
  • fork this repository
  • cd to the folder of this repository
  • run npm install

Run

NODE_ENV=development npm start

Test

npm run test:watch

Technology

Database

Arangodb is a multi-model NOSQL database. A model we are particularly interested in is graphs. They enable a nice way to model and navigate relationships.

Documentation

API documentation written with API Blueprint

Development

If you want to collaborate on the creation of ditup, let's get in touch.

About

REST api for ditup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%