Skip to content

yoelhaim/ft_transcendence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_transcendence

created by

MVC (Model-View-Controller)

is a pattern in software design commonly used to implement user interfaces, data, and controlling logic

The model represents the data and business logic The view represents the user interface The controller handles user input and manages the flow of data between the model and the view

  1. Prisma: data models
  2. NextJS: views
  3. NestJS: application controllers

flow

Database schema

schema

[!NOTE]

change .envexample to .env

RUN PROJECT

first step:

create new app from intra INTRA 42

second step:

config you backend .env

final step

$ docker-compose up --build

About

ping pong game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages