Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MNEMO API Server

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

開発環境のセットアップ

npm run api:init

サーバー起動

npm run api

テスト実行

npm run test:api