--> Clone the repository using the command below :
git clone git@github.com:jvioladevelops/django-app-2.git
--> Move into the directory where we have the project files :
cd djangoApp
--> Install the requirements :
pip install -r requirements.txt
--> To run the App, we use :
python3 manage.py runserver
⚠ Then, the development server will be started at http://127.0.0.1:8000/