https://github.com/ericrabil/bbdash-api
API for BBDash feedback and analytics
https://github.com/ericrabil/bbdash-api
Last synced: 21 days ago
JSON representation
API for BBDash feedback and analytics
- Host: GitHub
- URL: https://github.com/ericrabil/bbdash-api
- Owner: EricRabil
- License: mit
- Created: 2021-05-04T21:33:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T17:52:20.000Z (over 5 years ago)
- Last Synced: 2025-10-11T08:37:45.840Z (10 months ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.