https://github.com/z3t0/microblog
microblog
https://github.com/z3t0/microblog
Last synced: 3 months ago
JSON representation
microblog
- Host: GitHub
- URL: https://github.com/z3t0/microblog
- Owner: z3t0
- License: agpl-3.0
- Created: 2025-01-05T21:50:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T01:42:20.000Z (about 1 year ago)
- Last Synced: 2026-01-18T14:04:09.128Z (6 months ago)
- Language: TypeScript
- Homepage: https://z.rafikhan.io
- Size: 26.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
```sh
./scripts/build.sh
./build/microblog serve &
./build/microblog author &
```
The reader endpoint is on port 8000.
http://localhost:8000
The author endpoint is on port 8001.
http://localhost:8001
http://localhost:8001/backup to get copy of sqlite db
# Name
- z, for zero(config|bs)
- play on x.
# Design
- deno runtime
- sqlite persistence
- call cli for adding posts
- post: text, date, tags
# requirements:
- deno
- sqlite3
## mvp
- [ ] produce a single, crossplatform binary
- [ ] target 5mb runtime? something small...
## future
- [ ] add comprehensive tests
- [ ] stable links
- [ ] ipfs or related for redundancy