Go to file
2024-01-18 12:41:29 +01:00
accounts accounts: loggout: test: remove useless var 2024-01-17 19:05:50 +01:00
chat Start invitation; notification; add profile avatar in me 2024-01-15 16:29:18 +01:00
frontend access profiles with username instead of id 2024-01-18 10:31:56 +01:00
games game: core: recreate classes see other paddle 2024-01-17 19:06:36 +01:00
matchmaking matchmaking: add: clear message if normal closure 2023-12-23 18:47:16 +01:00
profiles access profiles with username instead of id 2024-01-18 10:31:56 +01:00
tournament fix: be smart 2024-01-15 14:06:10 +01:00
transcendence fix: 404 response on wrong api calls 2024-01-18 12:41:29 +01:00
.gitignore merge with server 2023-12-11 10:57:51 +01:00
manage.py rename the project 2023-12-23 18:12:13 +01:00
package-lock.json no idea 2023-12-11 10:53:34 +01:00
README.md init: tournament 2023-12-20 19:15:47 +01:00
requirements.txt update: requirement 2023-12-13 13:01:51 +01:00

BACKEND

Installation

  • Clone the project:
git clone https://git.chauvet.pro/michel/ft_transcendence
cd ft_transcendence
git switch server
  • Create python virtual environnement.
python3 -m venv .env
  • Source the environnement.
source .env/bin/activate
  • Install the requirements
pip install -r requirements.txt
  • Setup database
python manage.py makemigrations games
python manage.py makemigrations profiles
python manage.py makemigrations chat
python manage.py makemigrations tournament
python manage.py migrate
  • Start the developpement server
python manage.py runserver 0.0.0.0:8000

coc nvim

pip install django-stubs