Skip to content

H4mid2019/django_postgres_crud_blog

Repository files navigation

Django PostgreSQL CRUD

Tech Stack

Python, Django, PostgreSQL, Docker

Concept

It shows that it's possible to design and run a fully-fledged Restful API only with Django (without any extra library such as the Django REST framework). It has Class base views and function base views.

Setup

first convert .evn_copy to .env then for the first run execute: docker-compose up --build -d

after that for running the app: docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published