Skip to content

kiai-life/SLGs-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status source badge rustc badge

必要なソフトウェア

  • Rust:1.58.1以上
  • openssl
  • mdbook:ドキュメントビルド用
  • PostgreSQL:データベース操作用

必要な準備

PostgreSQLのユーザーを作成しパスワードを設定する。

その後PostgreSQLでdatabaseを作成し、環境変数で

  • ホスト名 (SLGs_POSTGRESQL_HOST)
  • ユーザー名 (SLGs_POSTGRESQL_USER)
  • パスワード (SLGs_POSTGRESQL_PASSWORD)
  • databaseの名前 (SLGs_POSTGRESQL_DB_NAME)

を登録してください。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published