/sample-rest-api

Rest api with simple crud function

Primary LanguageTypeScript

■ 概要

Simple CRUD REST API application.

  • Express
  • JavaScript(API 部分は TypeScript で実装)

■ アプリの起動方法

  1. $ git clone https://github.com/kitamuraDev/sample-rest-api.git
  2. $ cd sample-rest-api
  3. $ yarn
  4. $ yarn dev

■ 開発で使用するコマンド

  • $ yarn connect(DB 接続)
  • $ yarn prepare(simple-git-hooks の登録。コミット時に eslint のチェックが走ります)