Skip to content

aloerina/typescript-backend-sample

Repository files navigation

TypeScript の バックエンドサンプル

開発に着手する前に

git clone する前に git-secrets の設定を完了しておいてください。
git-secrets 設定前に git clone した場合は、git-secrets の設定後に git init するか、再度 git clone しなおしてください。

ソフトウェア設計を一読し、どの役割のコードをどのソフトウェアレイヤに実装すればいいかについて会話ができるようにしてください。

Getting Started

開発環境構築 を参考に開発に必要なツールやランタイムのセットアップを完了してください。
セットアップ完了後、下記手順でローカル環境での起動・動作確認を行なってください。

npm install
npm run build:all
npm run db:up
npm debug

# app 動作確認
curl http://localhost:3000/health

# DB へのアクセス含めた動作確認
curl http://localhost:3000/users

ドキュメントリンク

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published