Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegatlin/alder
https://github.com/aegatlin/alder
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aegatlin/alder
- Owner: aegatlin
- Created: 2023-01-11T00:43:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T05:54:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T14:37:58.807Z (3 months ago)
- Language: JavaScript
- Homepage: https://grocl.com
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.