Django REST framework is a powerful and flexible toolkit for building Web APIs.
- Python 3.11.2
- Django 4.1.7
- Django Rest Framework 3.14.0
After you cloned the repository, you want to create a virtual environment, so you have a clean python installation. You can do this by running the command
python -m venv env
You can install all the required dependencies by running
pip install -r requirements.txt
Best regards.