Django

A minimal REST API Django setup as a microservices

In this post I will set out on how to set up a django project that can be used as a REST API microservice. To see the end result, you can investigate the code here. An important disclaimer: the code presented here is to be used in a development environment, review security practices for the framework(s) when you want to use it in production or expose it to the internet. 1. Project structure We will using the following stack: ...Read more

#django #rest #api #python #containers #microservices #docker