Skip to content

Information sites related to systems and programming. ver. 5 (nextjs + nestjs + graphql + turborepo)

Notifications You must be signed in to change notification settings

atman-33/computing-atman-v5

Repository files navigation

Computing Atman v5

技術スタック

モノレポ

  • turborepo

フロントエンド

  • react
  • nextjs
  • shadcn
  • tailwindcss
  • jotai

バックエンド

  • nestjs
  • graphql
  • prisma
  • mongo db

環境構築手順

1. パッケージをインストール

# ルートディレクトリ
npm i

インターナルパッケージをビルドしておく必要があるため注意

2. .env ファイルを準備

.env.exampleをコピーして、コピーしたファイルを.env.localに変更

3. 開発環境用のDBを準備

tools/database-local/setup-docker-mongo-single-replica.mdを参考にしながら、MongoDBを構築

4. プロジェクトを起動

# web, api を実行
npm run dev
# web のみ実行
npm run dev:web
# api のみ実行
npm run dev:api

5. プルリク前のチェック

npm run verify

About

Information sites related to systems and programming. ver. 5 (nextjs + nestjs + graphql + turborepo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published