Now you can check this article on Medium!
This is a primitive blog application.
The aim of the project is to have a minimalistic yet extensible fullstack project template in case needed.
Frontend and backend loosely coupled.
I tried to keep the project layout as clean as possible.
It's (almost) production ready.
Stack:
Python / Django Rest Framework for API
JS/ React-Redux for Frontend
Docker for container
Gunicorn and nginx for production server
You can give it a try :
Set args values in docker-compose.yml file to your host ip and run
docker-compose up