Skip to content

Clean Architecture を参考に作った .Net Core によるアプリケーション基盤。

License

Notifications You must be signed in to change notification settings

wakuwaku3/cbn.clean-sample

Repository files navigation

cbn.clean-sample

Clean Architecture を参考に作った .Net Core によるアプリケーション。

Required

Options

  • vscode
  • Docker で Database を作成する場合
    • docker
    • docker-compose
    • linux

Usage

始めに

npm install

ビルド

npm run build

テスト

npm run test

Database を Docker で起動

npm run db

Docker 上の postgresql にログインする

docker exec -ti database_clean-sample-postgres_1 psql -U postgres

WebApi を実行

npm run web

Messaging Subscriber を実行

npm run subscriber

Debug

vscode でデバッグ実行可能

関連ドキュメント

About

Clean Architecture を参考に作った .Net Core によるアプリケーション基盤。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages