🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

coinstac-api-server

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinstac-api-server

6.9.7
latest
Version published
Weekly downloads
33
-28.26%
Maintainers
1
Weekly downloads
 
Created

coinstac-api-server

The API Server hosts the GraphQL endpoints called by the UI and other services.

Installing/Running

  • Start MongoDB: docker-compose up -d
  • Navigate into packages/coinstac-api-server and npm i
  • Setup database with test data: npm run test-setup
  • Start server: npm run start

AWS keys for vault-only runs

The following environment variables are needed for uploading and downloading run assets from s3 AWS_S3_RUN_ASSETS_BUCKET_NAME= AWS_S3_ACCESS_KEY_ID= AWS_S3_SECRET_ACCESS_KEY=

License

MIT. See LICENSE for details.

FAQs

Package last updated on 14 Apr 2025

Did you know?

Socket

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