{"id":31517707,"url":"https://github.com/0x1luffy/daybook-devops","last_synced_at":"2025-10-15T04:55:30.008Z","repository":{"id":316050460,"uuid":"1061747454","full_name":"0x1Luffy/Daybook-DevOps","owner":"0x1Luffy","description":"Deployed on Render Via Docker Image👇","archived":false,"fork":false,"pushed_at":"2025-09-29T12:23:00.000Z","size":330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T14:32:48.132Z","etag":null,"topics":["cicd-automation-project","cicd-pipeline-project","cicd-pipelines-for-devops","cicd-project","devops","devops-project","devops-simple-project","devsecops-project","github-actions-project","jenkins-automation-project","jenkins-docker-pipeline","jenkins-project"],"latest_commit_sha":null,"homepage":"https://daybook-frontend-bf3g.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x1Luffy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T10:27:52.000Z","updated_at":"2025-09-29T12:23:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6f13198-b1db-48ad-8f88-aa9c78b4208d","html_url":"https://github.com/0x1Luffy/Daybook-DevOps","commit_stats":null,"previous_names":["0x1luffy/daybook-devops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x1Luffy/Daybook-DevOps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x1Luffy%2FDaybook-DevOps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x1Luffy%2FDaybook-DevOps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x1Luffy%2FDaybook-DevOps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x1Luffy%2FDaybook-DevOps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x1Luffy","download_url":"https://codeload.github.com/0x1Luffy/Daybook-DevOps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x1Luffy%2FDaybook-DevOps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279050812,"owners_count":26093582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd-automation-project","cicd-pipeline-project","cicd-pipelines-for-devops","cicd-project","devops","devops-project","devops-simple-project","devsecops-project","github-actions-project","jenkins-automation-project","jenkins-docker-pipeline","jenkins-project"],"created_at":"2025-10-03T07:39:48.830Z","updated_at":"2025-10-15T04:55:29.991Z","avatar_url":"https://github.com/0x1Luffy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DayBook – DevOps \u0026 DevSecOps Practice Project\n\n⚠️ **Disclaimer:**  \nThis project is **not originally developed by me**. The core MERN application was created by the original author [thenileshnishad](https://github.com/thenileshnishad/daybook).  \nI am using this project **only for learning purposes** to implement and practice **DevOps and DevSecOps best practices**.\n\n---\n\n## 🚀 What I’m Practicing in This Project\n\nThis repository serves as a hands-on learning ground to enhance my **DevOps \u0026 DevSecOps** skills by integrating various tools, technologies, and workflows.\n\n### 🔧 DevOps Practices\n- **Containerization**: Dockerizing frontend and backend services.\n- **Orchestration**: Deployments using Kubernetes (K8s).\n- **CI/CD Pipelines**: Automated build, test, and deployment using **Jenkins / GitHub Actions / GitLab CI**.\n- **Infrastructure as Code (IaC)**: Managing infrastructure with **Terraform**.\n- **Configuration Management**: Automating setup with **Ansible**.\n- **Monitoring \u0026 Observability**: Setting up **Prometheus + Grafana** for system metrics and alerts.\n- **Cloud Deployment**: Deploying services on **AWS Free Tier** (EC2, S3, RDS, etc.).\n\n### 🛡️ DevSecOps Practices\n- **Static Code Analysis**: Using **SonarQube** and **ESLint** for code quality and bug detection.\n- **Dependency Scanning**: Identifying vulnerable packages with **Trivy** and **npm audit**.\n- **Container Security**: Scanning Docker images with **Trivy**.\n- **Secrets Management**: Handling sensitive data with **.env files**, AWS Secrets Manager, or Kubernetes Secrets.\n- **Secure CI/CD**: Adding security gates in pipelines (fail on high-severity vulnerabilities).\n- **Monitoring \u0026 Alerting for Security**: Integrating security alerts with monitoring dashboards.\n\n---\n\n## 📚 Learning Objectives\n\nBy working on this project, I aim to:\n\n- Strengthen my **CI/CD pipeline design** skills.\n- Apply **DevSecOps principles** to ensure code, dependencies, and containers are secure.\n- Gain real-world experience with **Kubernetes, Terraform, and Ansible**.\n- Improve **cloud deployment** practices while staying cost-optimized.\n\n---\n\n## 📝 Note\n\n- The original MERN stack application belongs to [thenileshnishad](https://github.com/thenileshnishad/daybook).  \n- My contribution is focused purely on **DevOps and DevSecOps** workflows.  \n- No intention of claiming ownership of the application code itself.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x1luffy%2Fdaybook-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x1luffy%2Fdaybook-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x1luffy%2Fdaybook-devops/lists"}