GithubHelp home page GithubHelp logo

zoo's Introduction

Zoo

ZooはZliサークル内製のチャットツールです。

GitHubプロジェクト

ドキュメント

必ず目を通してください。

環境構築

Prerequirement

  • Rustの環境
    • cargo: 1.78.0
  • Nodeの環境
    • node: v22.4.0以上
  • Dockerの環境
    • docker

各種インストール

リポジトリのダウンロード

git clone [email protected]:Zli-UoA/zoo.git

ツールのインストール

# Sea-ORMのCLI、コード生成に使う
cargo install sea-orm-cli

フロントエンドのライブラリインストール

# frontendの中で
npm install

DBスキーマの依存インストール

# backend/db-schemaの中で
npm install

ORMのコード生成

make generate-entities

ローカル開発環境のDBのセッティング

初期設定

# DBのコンテナ起動
docker compose up -d
# スキーマの適用
npx prisma push

DBスキーマを編集した場合

# DBのコンテナ起動
docker compose up -d
# スキーマのマイグレーション
make migrate

zoo's People

Contributors

kashu-02 avatar yuorei avatar eraser5th avatar 39sho avatar noharu36 avatar

Stargazers

 avatar

zoo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.