chazapp / dird-project-back

A NodeJS Backend for DirdProject
2 stars 0 forks source link

Dird Project Backend

CircleCI
A NodeJS Backend for DirdProject

Installation

Clone the repository, install the dependencies, then run using npm:

$ git clone git@github.com/shadonovitch/dird-project-back && cd dird-project-back
$ npm install
$ npm start

Test the project:

$ npm test

Objectives

This backend should support the DirdProject. It is a REST API that will be used by the DirdProject Frontend.
The main features to be implemented are :