Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Setup for Secret Notes Project with Docker, Django, and Kubernetes #1

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Conversation

MohamedFadel01
Copy link
Member

Pull Request Description:

This pull request includes the initial setup for the "Secret Notes" project:

  • Docker and Docker Compose:

    • Dockerfile and docker-compose.yaml for running the Django app and PostgreSQL database.
  • Django Application:

    • Core app in the notes/ directory, including models, views, forms, and tests (e2e and integration).
    • Templates for user interactions (e.g., note creation and viewing).
  • Kubernetes Helm Chart:

    • Helm chart (secret-note/charts/) for deploying the app to Kubernetes with configurations for deployments and services.
  • Database Setup:

    • PostgreSQL integration and a script (wait_for_db.sh) to handle database startup and migrations.

This setup enables local development with Docker and Kubernetes deployment.

@MohamedFadel01 MohamedFadel01 linked an issue Oct 17, 2024 that may be closed by this pull request
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secret Note - MVC - Mohamed Fadel
1 participant