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

https://github.com/ericrabil/bbdash-api

API for BBDash feedback and analytics
https://github.com/ericrabil/bbdash-api

Last synced: 8 months ago
JSON representation

API for BBDash feedback and analytics

Awesome Lists containing this project

README

          

# bbdash-api
API for BBDash feedback and analytics

## Requirements
Node v14, TypeScript 4+, Yarn

## Running
```bash
yarn
yarn build
node dist/index.js
```

Or, if you use docker:
```bash
docker-compose up
```

See [.env.example](.env.example) for a sample .env file.