Skip to content

shohei-yamashit/cycle-postgres-wild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

このリポジトリについて

このリポジトリは豆蔵デベロッパーサイトの記事のサンプルコードです。

Getting Started

Prerequisites

  • docker
  • node.js
  • Git

Installation

Clone the repository:

git clone https://github.com/myname/this_repository.git

Running the Application

詳細は.vscode内のtask.jsonをご確認ください。

まず、ルートディレクトリにあるcompose.ymlで定義されているDBコンテナを立ち上げてください

$ docker compose up -d

移行は、tsappディレクトリ内で作業します。

$ cd tsapp

npm iなどで依存関係を解決しておきます。

$(tsapp) npm i

あとは以下の順で実行すれば、依存関係を表す図が出力されます。

  1. mmdファイルの出力
$(tsapp) npm run start
  1. mmdからpngへの描画(/tsapp/result内に出力)
$(tsapp) npm run mermaid

Building the Application

特段不要です

Contributing

Contributions are welcome! Please fork the repository and create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published