Skip to content

ncdcdev/API-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edd1c91 · Aug 5, 2022

History

11 Commits
Aug 5, 2022
Aug 5, 2022
Aug 5, 2022
Aug 5, 2022
Aug 5, 2022

Repository files navigation

API-Tutorial

nodenv install
npm i -g ts-node
  1. Hello World インストール
cd samples/hello-world
yarn

起動

yarn start
  1. CRUD API インストール
cd samples/method
yarn

DB起動

// samplesディレクトリに移動
cd ../
docker-compose up -d

起動

cd samples/method
yarn migration
yarn start

マイグレーションファイルを作成する場合

yarn make:migration

マイグレーションの実行

yarn migration

ロールバック

yarn rollback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2