Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 566 Bytes

Simple Python + Django + Djange Rest Framework API

Django REST framework is a powerful and flexible toolkit for building Web APIs.

Requirements

  • Python 3.11.2
  • Django 4.1.7
  • Django Rest Framework 3.14.0

Installation:

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.