Skip to content

Files

Latest commit

Nov 28, 2023
ba15cb0 · Nov 28, 2023

History

History
22 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 552 Bytes

Nocturne v11

Simple weblog system for my own.

Prerequisites

  • Rust 1.74
  • Bun
  • PostgreSQL 13.x?
  • ElasticSearch 7.x

Development

  1. まずPostgreSQLサーバーとElasticSearchサーバーを用意する
  2. 環境変数はsample.envとか見てください
  3. sample.envはfrontend内にもあります
  4. frontendディレクトリでbun run buildする
  5. ルートディレクトリでcargo run --bin migrateする
  6. cargo runする
  7. localhost:4000で起動するはず

TODO

  • improve test coverage
  • CI/CD on GitHub Actions