AucaCoyan / DRF-Oversimplified

A simple Rest API with Django rest framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRF-Oversimplified

A barebones Django Rest Framework to understand the library

GitHub repo size Lines of code GitHub Pipenv locked Python version

GitHub last commit GitHub issues GitHub pull requests GitHub

FeaturesInstallationContributing

Alt text


Features

  • A very simple model
  • Serializers
  • Views to add items
  • API views

Installation

  1. Clone the repo
git clone https://github.com/AucaCoyan/DRF-Oversimplified
  1. Install dependencies
pipenv install
  1. Enter into the venv
pipenv shell
  1. Run manage.py
cd myproject
python manage.py runserver

Contributing

I'm open to suggestions or PRs!

Please feel free to contribute as you wish

About

A simple Rest API with Django rest framework

License:MIT License


Languages

Language:Python 100.0%