Skip to content

Single Page Application Website. Last project of 42 School common core.

Notifications You must be signed in to change notification settings

Bima42/ft_transcendence

Repository files navigation

ft_transcendence

Single Page Application Website. This is the last project of 42 School common core. This project is a website that includes a multiplayer pong game.

Launch the project locally

Clone the repository

git clone [email protected]:Bima42/ft_transcendence.git

cd ft_transcendence

Setting up environment variables

  • Rename .env.example to .env
  • Change the values of the variables FORTYTWO_API_UID and FORTYTWO_API_SECRET in .env to match your environment
  • You should also configure JWT_KEY

Run containers

  • Use --build to rebuild images
  • Use --force-recreate to force recreate image and containers
  • Use -d to run containers in background
docker compose up -d

Reach the website

  • Go to https://localhost:4443

Documentation

Website overview

Login

Home

Profile

Chat

Chat with a friend

Game

In game

Leaderboard

About

Single Page Application Website. Last project of 42 School common core.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published