2024-02-14 18:48:35 +01:00
2024-02-14 18:48:35 +01:00
2024-01-15 14:06:10 +01:00
2023-12-11 10:57:51 +01:00
2023-12-23 18:12:13 +01:00
2023-12-11 10:53:34 +01:00
2024-01-20 18:58:32 +01:00
2023-12-13 13:01:51 +01:00
2024-01-23 09:57:00 +01:00

BACKEND

Installation

Automated

Just run the following :

chmod +x ./run.sh
./run.sh

Manual

  • Clone the project:
git clone https://git.chauvet.pro/michel/ft_transcendence
cd ft_transcendence
  • 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
Description
No description provided
Readme 4.6 MiB
Languages
JavaScript 54.9%
Python 42.1%
CSS 1.5%
HTML 1.2%
Dockerfile 0.2%