2023-10-31 21:26:17 +01:00
2023-10-29 21:09:38 +01:00
2023-10-29 21:09:38 +01:00
2023-10-25 16:50:05 +02:00
2023-10-25 16:50:05 +02:00
2023-10-31 21:26:17 +01:00
2023-10-25 16:50:05 +02:00

BACKEND

Installation

  • 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
  • Start the developpement server
python manage.py runserver 0.0.0.0:8000
Description
No description provided
Readme 4.6 MiB
Languages
JavaScript 54.9%
Python 42.1%
CSS 1.5%
HTML 1.2%
Dockerfile 0.2%