Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 457 Bytes

ft_trascendence v1.1.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. You also need to setup a Redis.

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