Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/victor-enogwe/docman
- Owner: victor-enogwe
- Created: 2017-01-13T07:33:37.000Z (almost 8 years ago)
- Default Branch: staging
- Last Pushed: 2017-03-09T07:15:53.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T07:33:59.823Z (2 months ago)
- Topics: javascript, mysql, nodejs, orm, sequelize
- Language: JavaScript
- Homepage: https://v-docman.herokuapp.com
- Size: 626 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)