README.md
# Corporate Records Manager
[![Codacy grade](https://img.shields.io/codacy/grade/3b81bddcdcf34245a147234a57d60d33)](https://app.codacy.com/gh/cityssm/corporate-records-manager/dashboard)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/cityssm/corporate-records-manager)](https://codeclimate.com/github/cityssm/corporate-records-manager)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/cityssm/corporate-records-manager)](https://codeclimate.com/github/cityssm/corporate-records-manager)
[![AppVeyor](https://img.shields.io/appveyor/build/dangowans/corporate-records-manager)](https://ci.appveyor.com/project/dangowans/corporate-records-manager)
[![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/cityssm/corporate-records-manager)](https://app.snyk.io/org/cityssm/project/72b9e0fb-c5b2-4a6c-baa9-f9714c6c5109)
A system for tracking various corporate records administered by the Clerks Department.
**Launched December 2021.**
📘 [Read the Documentation](https://cityssm.github.io/corporate-records-manager/docs/)
![Edit By-Law Screenshot](docs/update.png)
## Features
- Tracks corporate records like by-laws and agreements. Built with the City's Clerks Department in mine, but flexible enough to track much more.
- CSV export options.
- Optional [Xerox DocuShare](https://www.xerox.com/en-us/services/enterprise-content-management) integrations.
## Server Requirements
The application has built and tested in a Windows environment,
but will likely run in environments that support the following.
- Node 14 or better.
- Microsoft SQL Server 2016 or better (for data storage).
- Active Directory (for authentication).
**[Installation Instructions](docs/admin-gettingStarted.md)**
## Related Projects
_Shameless plugs for other related projects for municipalities by the City of Sault Ste. Marie._
[Lottery Licence Manager](https://github.com/cityssm/lottery-licence-manager)<br />
A web application for managing AGCO's municipal lottery licensing requirements in Ontario.
[node-docushare](https://github.com/cityssm/node-docushare)<br />
An unofficial DocuShare API for NodeJS.