REST API for Document Management System
DMS manages documents, users and user roles. The system allows users to create documents and define which roles can access it.
Open up your Terminal and clone this repo or download it to your machine:
$ git clone https://github.com/andela-dowoade/dms.git####Requirements The application requires node.js and mongodb
Install the application dependencies by running the command below in the applications root directory:
$ npm installTest dependencies: If you intend run test, it is required you install Jasmine and run Jasmine init in the applications root folder
$ npm install -g jasmine
...
$ jasmine initFrom the command line run the commands below, and point your browser/postman at http://localhost:3000:
$ mongodb
...
$ npm run-script launch
To run the tests, use the command below.
$ mongodb
...
$ npm testEnjoy!