Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pbrisbin/tee-io

tee(1) as a service
https://github.com/pbrisbin/tee-io

Last synced: 2 months ago
JSON representation

tee(1) as a service

Awesome Lists containing this project

README

        

# tee.io

It's like `tee(1)` as a service.

For details, see the [home page](https://tee-io.onrender.com/)

## Development & Test

1. Start the backing services (PostgreSQL & Fake-S3)

```
docker-compose up -d
```

1. Set up stack

```
make setup-app
```

1. Create development and test databases

```
make setup-db
```

1. Develop normally

```
stack test
stack repl --ghci-options="-DDEVELOPMENT -O0 -fobject-code"
```