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.
git clone [email protected]:Bima42/ft_transcendence.git
cd ft_transcendence
- Rename
.env.example
to.env
- Change the values of the variables
FORTYTWO_API_UID
andFORTYTWO_API_SECRET
in.env
to match your environment - You should also configure
JWT_KEY
- 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
- Go to
https://localhost:4443