mario8705 / transcendence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transcendence

development

  • install node.js on your machine
  • install pnpm on your machine

backend

  • cd transcendence/backend
  • pnpm install to install dependencies on your machine
  • pnpm install -g @nestjs/cli
  • pnpm install prisma --save-dev
  • pnpm install @prisma/client

Launch back with pnpm start:dev inside transcendence/backend Acces is on http://localhost:3000

database

Inside transcendence/ enter docker compose up dev-db -d to launch the Database container

frontend

  • cd transcendence/frontend
  • pnpm install to install dependencies on your machine

Launch front with pnpm run dev inside transcendence/frontend Acces is on http://localhost:5173

About


Languages

Language:TypeScript 90.9%Language:CSS 5.8%Language:SCSS 2.7%Language:JavaScript 0.3%Language:HTML 0.2%Language:Dockerfile 0.0%