Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMS

REST API for Document Management System

Description

DMS manages documents, users and user roles. The system allows users to create documents and define which roles can access it.

Installation

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

Dependencies

Install the application dependencies by running the command below in the applications root directory:

$ npm install

Test 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 init

Usage

From the command line run the commands below, and point your browser/postman at http://localhost:3000:

$ mongodb
...
$ npm run-script launch

Testing

To run the tests, use the command below.

$ mongodb
...
$ npm test

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages