Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 248 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 248 Bytes

MNEMO API Server

開発環境ではSQLite、本番環境ではPostgreSQLを使用する。

開発環境のセットアップ

npm run api:init

サーバー起動

npm run api

テスト実行

npm run test:api