git clone https://github.com/alkemyTech/CFITDF-Django-W2-Back-S2.git
cd CFITDF-Django-W2-Back-S2
En sistemas Unix/macOS:
python -m venv env
source env/bin/activate
En Windows:
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
El servidor se iniciará normalmente en http://127.0.0.1:8000/