Skip to content

Commit

Permalink
add components to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Feb 14, 2025
1 parent 6e3f5d2 commit 1027cc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

DjangoStarterPack is a powerful, ready-to-use collection of boilerplate code and configurations designed to save you days of setting up new Django projects.

## Components

- **Django**: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
- **Docker**: Containerizes the entire stack, ensuring consistency across development, testing, and production environments..
- **PostgreSQL**: A powerful, ACID-compliant relational database with advanced features like JSONB support, full-text search, and robust concurrency handling.
- **Redis**: An in-memory data structure store used for caching, real-time analytics, and message brokering.
- **Celery**: A distributed task queue used for handling asynchronous tasks and background job processing.
- **Amazon S3**: A scalable cloud storage service used for storing and serving static and media files.
- **Mailjet**: An email delivery service for sending transactional and marketing emails with high deliverability.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Expand Down

0 comments on commit 1027cc7

Please sign in to comment.