Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.
/ django-api-sandbox Public archive

A Django API which is powered by the Django REST framework

License

Notifications You must be signed in to change notification settings

NoahLE/django-api-sandbox

Repository files navigation

Django RESTful API Sandbox

Introduction

This is a Django application that uses the Django RESTful API library. It uses both the function-based views and class-based views.

This API stores and colorizes code snippets. Users can create, edit, update, and share code snippets. When authenticated, users can edit code snippets they've created and view all other code snippets.

Screenshots

A schema breakdown of the API

screenshot

A sample post request of code snippets and a form for POSTing data

screenshot

Installation

To install, create a virualenvironment which uses Python 3, install the requirements.txt file, and run the application with python manage.py runserver.

About

A Django API which is powered by the Django REST framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages