Skip to content

A django rest api that was built using django and python which can communicate to other software

Notifications You must be signed in to change notification settings

Razaklekan113/django-rest-api

Repository files navigation

Django REST API With Python Project

A fully funtional project written in Python showing how to create a Rest API that can communicate with other software

This project is an example, that was built along with a Youtube series showing how to create a REST API in Django. Every part of this project is a sample code which shows how to do the following:

  • Create a client that is interacting with our service
  • Use a third party service which is Agolia for searching
  • Use a Python Requests to test our API

How to install this Django project on github

You can install this Project using the following methods

  1. clone this project
  2. create a venv file and activate it
  3. Install the requirements.txt file - pip install requirements.txt

How to tweak this project for your own use

I will encourage you to clone and rename this project to use for your own purposes

Find an issue or a bug??

If you find any issues or like to submit an improvements to this project, please submit an issue using the issues tab above and if you would like to submit a PR with a fix, please submit.

About

A django rest api that was built using django and python which can communicate to other software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages