ft_transcendence is a last project of the 42 cursus. It is a web application that allows users to play pong. The project is written in HTML, CSS, JavaScript, Django, PostgreSQL, Docker, Nginx.
You need to have Docker installed on your machine.
- Docker
https://docs.docker.com/engine/install/
- Clone the repo
git clone https://github.com/Eguelin/ft_transcendence.git
- Create an .env file from .env-example and complete it
cp .env-example .env
- Build and run the project
make
- Open your browser and go to
https://localhost:49300