-
Minimalist Django Blog with
PostgreSQLas the backend to store Blog posts, free tier ofElephantSQLis used which provides - PostgreSQL as a Service in the cloud. -
Caching is taken care by
Redis. A free-tier onRedis Labsis used. -
AWS S3is 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
- Blogs
- API

