Socket
Socket
Sign inDemoInstall

a11ywatch-core

Package Overview
Dependencies
427
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    a11ywatch-core

a11ywatch central api


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

a11ywatch-core

Maintainability

HTTP API for a11ywatch

Getting Started

Docker

  1. docker-compose up

Local Build

  1. npm install
  2. npm run dev

Database

Below is only needed to run locally currently.

  1. start mongodb locally and add the connection to the proper DB_URL env variable example mongodb://127.0.0.1:27017/?compressors=zlib&gssapiServiceName=mongodb.
  2. get mongodump contents from team member and run mongorestore.

Data Info

User

roles

free = 0
basic = 1
premium = 2
entreprise = 3

Emailing

To get the emailer working add your private.key and public.key to the root of the project through ssh or another method.

Release

In order to send a production build using a docker image make sure to add your servers private and pubic keys at the root of the sub directory before building.

LICENSE

check the license file in the root of the project.

Keywords

FAQs

Last updated on 28 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc