Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victor-enogwe/docman

Document Management System API is built with JavaScript (ES6), Node.js, Express, MySQL and Sequelize ORM.
https://github.com/victor-enogwe/docman

javascript mysql nodejs orm sequelize

Last synced: 3 days ago
JSON representation

Document Management System API is built with JavaScript (ES6), Node.js, Express, MySQL and Sequelize ORM.

Awesome Lists containing this project

README

        

# Document Management System API

[![Build Status](https://travis-ci.org/andela-venogwe/docman.svg?branch=staging)](https://travis-ci.org/andela-venogwe/docman)
[![Code Climate](https://codeclimate.com/repos/58aec2c282269f0292000169/badges/7f69e0e8445c725eecd8/gpa.svg)](https://codeclimate.com/repos/58aec2c282269f0292000169/feed)
[![Issue Count](https://codeclimate.com/repos/58aec2c282269f0292000169/badges/7f69e0e8445c725eecd8/issue_count.svg)](https://codeclimate.com/repos/58aec2c282269f0292000169/feed)
[![Coverage Status](https://coveralls.io/repos/github/andela-venogwe/docman/badge.png?branch=staging)](https://coveralls.io/github/andela-venogwe/docman?branch=staging)

Document Management System provides a restful API for users to create and manage documents giving different privileges based on user roles and managing authentication using JWT. The API has routes, each dedicated to a single task that uses HTTP response codes to indicate API status and errors.

## API Documentation Link

- [view the api documentation](https://andela-venogwe.github.io/docman/)