Skip to content

sunilRF9/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django blog - PostgreSQL + AWS + Redis 🚀

How?

  • Minimalist Django Blog with PostgreSQL as the backend to store Blog posts, free tier of ElephantSQL is used which provides - PostgreSQL as a Service in the cloud.

  • Caching is taken care by Redis. A free-tier on Redis Labs is used.

  • AWS S3 is used serve static files and store images from the Blog posts.

  • Has a simple search feature.

  • Has Basic and Session Authentication on the Detail API View.

  • The Blog is deployed on Heroku.

  • Checkout the blog at https://sunilbs.com

Screenshots

  • Blogs

2021-01-06_12:33:57

  • API

2021-01-06_12:32:30