16c47b47cf24e1e67a2e6a186929f1f2e23ec535
BACKEND
Installation
- Clone the project:
git clone https://git.chauvet.pro/michel/ft_transcendence
cd ft_transcendence
git switch django
- 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