56cfd563d77c42781cdb83e3c51f2e8271013875
				
			
			
		
	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
Description