/ft_transcendence_backend

The backend side of the ft_trascendence project

Primary LanguagePythonMIT LicenseMIT

ft_trascendence v0.7.0

A website where users can play on Pong tournaments. Final project of the 42school roadmap

Set up enviroment

We are using Python 3.12.3 for the development. It is recommended to use this version.

Install dependencies

pip install -r requirements.txt

Start the project!

python manage.py runserver

Migrations

python manage.py migrate

Create a migration

python manage.py makemigrations