/django-reference

Reference for the development of Django Project

Primary LanguagePythonMIT LicenseMIT

Django reference

This repository holds a reference for the development of a REST API with graphql support based on Django framework

Quickstart

  • Install Python 3.8.x
  • Install Docker Desktop 4.22.x
  • Clone this repository
  • Execute setup script bin/setup

    For unix systems execute shell file *.sh (without sudo) and for windows batch .bat (e.g bin/setup.sh or bin/setup.bat)

  • Start server with bin/start

Examples

Documentation

  • All documentation is in the docs directory

Index