Coder Social home page Coder Social logo

iseailab / django-starter-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codewithmuh/django-starter-kit

0.0 0.0 0.0 32 KB

This repository contains a pre-configured development environment for Django-based applications, enabling developers to set up a robust development environment with a single command.

License: MIT License

Shell 6.51% Python 74.35% Dockerfile 19.14%

django-starter-kit's Introduction

Django Starter Kit: Simplifying Development with Docker Compose, Celery, ElasticSearch, PostgreSQL, and Swagger

aws cost (7)

Welcome to the Django Starter Kit, a comprehensive setup designed to streamline Django development using Docker, Celery, ElasticSearch, PostgreSQL, and Swagger.

Overview

This repository contains a pre-configured development environment for Django-based applications, enabling developers to set up a robust development environment with a single command.

Features

  • Docker Integration: Run your Django project and essential services in isolated containers for consistent development across different environments.
  • Components Included:
    • Django: High-level Python web framework for rapid development.
    • PostgreSQL: Open-source relational database management system.
    • ElasticSearch: Powerful search engine for efficient data indexing and querying.
    • Celery & Celery Beat: Asynchronous task queue with a scheduler for background tasks.
    • Swagger (OpenAPI): Generates interactive API documentation for easy understanding and testing of endpoints.
  • Simplified Setup Process: No need to individually install Python, PostgreSQL, ElasticSearch, etc. Run a single command to initialize the entire development environment.

Getting Started

To get started with the Django Starter Kit:

  1. Clone the Repository: git clone https://github.com/codewithmuh/django-starter-kit.git
  2. Configure Environment Variables: Modify the .env file to customize settings according to your requirements.
  3. Run Setup Command:
    docker compose -f "./build-process/docker-compose-django-backend.yml" up -d --build

Usage

With the development environment up and running, start coding your Django application without worrying about individual service installations or configurations. Focus on building your application and leave the rest to the Dockerized setup!

Contribution Guidelines

Contributions to the Django Starter Kit are highly encouraged! Follow these guidelines to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Make your changes and commit them: git commit -m 'Add your feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Submit a pull request!

License

This project is licensed under MIT License, granting you the freedom to use, modify, and distribute the code.

Acknowledgements

Special thanks to codewithmuh for creating this incredible Django Starter Kit and simplifying the development process.

Support

Buy Me A Coffee

django-starter-kit's People

Contributors

codewithmuh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.