Skip to content

同じ授業を履修している友達を見つけられるアプリ

Notifications You must be signed in to change notification settings

ut-code/CourseMate

Repository files navigation

CourseMate

概要

学内で友達が欲しい人同士をマッチングするアプリ

開発

環境変数

  • mobile
  • web
  • server
    • DATABASE_URL : postgresql:https://janedoe:mypassword@localhost:5432/mydb?schema=sample の形式

Docker Compose

ここ以下は、 docker compose を使えば docker compose が全部やってくれる。

docker compose up --build

環境構築

プロジェクトルート・mobilewebserver の各ディレクトリで次のコマンドを実行してください

npm ci

mobile

次のコマンドで開発環境が起動します(Web)

npm run web

web

次のコマンドで開発環境が起動します

npm run dev

server

次のコマンドで開発環境が起動します

npm run dev

About

同じ授業を履修している友達を見つけられるアプリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages