Simple CRUD REST API application.
- Express
- JavaScript(API 部分は TypeScript で実装)
- $
git clone https://github.com/kitamuraDev/sample-rest-api.git
- $
cd sample-rest-api
- $
yarn
- $
yarn dev
- $
yarn connect
(DB 接続) - $
yarn prepare
(simple-git-hooks の登録。コミット時に eslint のチェックが走ります)