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
- Host: GitHub
- URL: https://github.com/ericrabil/bbdash-api
- Owner: EricRabil
- License: mit
- Created: 2021-05-04T21:33:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T17:52:20.000Z (about 5 years ago)
- Last Synced: 2025-02-24T05:12:36.158Z (over 1 year ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 2
- 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.