Skip to content

kvyaceslav/simple-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages