Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aegatlin/alder


https://github.com/aegatlin/alder

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# alder

## Setup

This app uses Upstash Redis.

To setup local redis for local dev and testing, on macos:

```sh
brew install redis
# This next comment is automatic, but in case something goes wrong...
# brew services start redis
echo "REDIS_CONNECTION_STRING=redis://localhost:6379">>./.env
```

## Captain's Log

### Para

- (02/23) I removed id generation from `para.docs.create` because I began to doubt the legitimacy of taking away that control from the user.