Skip to content

okan-cakmak/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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