ft_transcendence
v1.0.1
Published
ping pong l9dima
Downloads
1
Readme
ft_transcendence
created by
mohemmed atef
youssef el haimer
yasser el azizi
youssef oussama
anass klaikel
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
- Prisma: data models
- NextJS: views
- NestJS: application controllers
Database 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