Skip to content

ro6ley/django-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitCount

Django_Redis

This repository contains the code for this blogpost.

Getting Started

Prerequisites

Kindly ensure you have the following installed on your machine:

Running the Application

  1. Clone the repository
$ git clone https://github.com/ro6ley/django-redis.git
  1. Check into the cloned repository
$ cd django-redis
  1. If you are using Pipenv, setup the virtual environment and start it as follows:
$ pipenv install && pipenv shell
  1. Install the requirements
$ pip install -r requirements.txt
  1. Configure Redis configuration in django_redis_demo/settings.py

  2. Start the Django API

$ python manage.py runserver
  1. Send requests to http://localhost:8000/api/items

Contribution

Please feel free to raise issues using this template and I'll get back to you.

You can also fork the repository, make changes and submit a Pull Request using this template.

About

A simple Django API that interfaces with a Redis instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages