Skip to content

gabrielmeinberg/DjangoAPIExample

Repository files navigation

Django Project Example

A simple Api to Simulate a Web Store Api

Environment

Python 3.8 Django 3.1 kafka Postman

Installation

Update the SECRET_KEY from file .env (For test you could keep default value)
To generate a new SECRET_KEY, run command:

python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"

Copy and Paste the SECRET_KEY generated in .env file.

Using the Docker

Install Docker:
Docker

Install Docker Compose:
DockerCompose

docker-compose up -d

Usage

See Documentation: Documentation

About

Simple Django Api Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages