Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

hack to school (Team คิตะคิตะโปรแกรมมิ่งคิต้านอิคุโย้)

Notifications You must be signed in to change notification settings

thinc-org/hacktoschool-kitakita

Repository files navigation

hack to school

Team คิตะคิตะโปรแกรมมิ่งคิต้านอิคุโย้ / 喜多来たプログラミングキタ~ン郁代ぉ!

Pre-requisite

  • node 18 (Preferred nvm)
  • pnpm 7
  • docker or postgresql

Setup

  • pnpm install
  • start postgresql database or use docker compose up
  • set .env (in root level and in apps/client)
  • pnpm dev

Run the app with docker compose

services:
  kitakita:
    image: # Registry Location
    restart: unless-stopped
    ports:
      - "4200:4200"
      - "4201:4201"
    environment:
      - DATABASE_URL=
      - NEXT_PUBLIC_GRAPHQL_ENDPOINT=
      - JWT_SECRET=
      # And some other variable to override ex. BACKEND_PORT

喜多ちゃん

About

hack to school (Team คิตะคิตะโปรแกรมมิ่งคิต้านอิคุโย้)

Resources

Stars

Watchers

Forks