Simple weblog system for my own.
- Rust 1.74
- Bun
- PostgreSQL 13.x?
- ElasticSearch 7.x
- まずPostgreSQLサーバーとElasticSearchサーバーを用意する
- 環境変数はsample.envとか見てください
- sample.envはfrontend内にもあります
- frontendディレクトリで
bun run build
する - ルートディレクトリで
cargo run --bin migrate
する cargo run
する- localhost:4000で起動するはず
- improve test coverage
- CI/CD on GitHub Actions