{"id":21083330,"url":"https://github.com/hirentimbadiya/notes-app","last_synced_at":"2026-04-06T09:33:09.296Z","repository":{"id":234630943,"uuid":"786072953","full_name":"hirentimbadiya/notes-app","owner":"hirentimbadiya","description":"End-to-End DevOps Project","archived":false,"fork":false,"pushed_at":"2024-04-23T07:48:58.000Z","size":538,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T03:37:14.387Z","etag":null,"topics":["devops","docker","gcp","gke","groovy-script","jenkins","kubernetes","nodejs","prometheus-metrics","reactjs","sonarqube"],"latest_commit_sha":null,"homepage":"https://inote.hirentimbadiya.me/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hirentimbadiya.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}},"created_at":"2024-04-13T10:45:59.000Z","updated_at":"2024-06-19T10:55:35.000Z","dependencies_parsed_at":"2025-01-20T23:44:52.211Z","dependency_job_id":"5f51afa7-6f68-4892-a474-ec80a68629b3","html_url":"https://github.com/hirentimbadiya/notes-app","commit_stats":null,"previous_names":["hirentimbadiya/notes-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hirentimbadiya/notes-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirentimbadiya%2Fnotes-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirentimbadiya%2Fnotes-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirentimbadiya%2Fnotes-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirentimbadiya%2Fnotes-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hirentimbadiya","download_url":"https://codeload.github.com/hirentimbadiya/notes-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirentimbadiya%2Fnotes-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["devops","docker","gcp","gke","groovy-script","jenkins","kubernetes","nodejs","prometheus-metrics","reactjs","sonarqube"],"created_at":"2024-11-19T20:17:42.404Z","updated_at":"2026-04-06T09:33:09.261Z","avatar_url":"https://github.com/hirentimbadiya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INoteBook\r\n\r\n## Application Deployment:\r\n- [INoteBook](https://inote.hirentimbadiya.me/)\r\n- [DevOps Resources](https://github.com/hirentimbadiya/notesapp-devops/) (DevOps Resources Such As Jenkins Groovy Scripts, Helm Chart Templates and Prometheus Configurations)\r\n\r\n## Description\r\n- Developed a robust note-taking application from scratch utilizing **Express.js for the backend server and React.js for the frontend**, ensuring a seamless user experience.\r\n- Containerized the application using Docker and **orchestrated deployment on Google Kubernetes Engine (GKE)** leveraging **Helm** charts, **ensuring scalability and reliability**.\r\n- Automated the entire CI/CD process using **Jenkins**, **Groovy script**, and Jenkins shared libraries, streamlining development workflows and reducing manual errors.\r\n- **Implemented SonarQube code scanning** within the Jenkins pipeline to enforce code quality standards and enhance overall project integrity.\r\n- Utilized **Prometheus as a metrics collector** to monitor Kubernetes pods and deployments, enhancing observability and facilitating proactive issue resolution.\r\n- Visualized Kubernetes metrics through **Grafana public dashboard**, providing comprehensive insights into system performance and resource utilization.\r\n- Configured **Kubernetes ingress for external access** to the application, ensuring seamless user interaction, and **integrated HTTPS load balancer** with a **managed certificate** for enhanced security.\r\n- Implemented **horizontal pod autoscaling** to dynamically adjust resources based on demand, optimizing application performance and resource utilization.\r\n\r\n## Technologies Used\r\n- React.js\r\n- Express.js\r\n- Docker\r\n- Kubernetes\r\n- Helm\r\n- Jenkins\r\n- Groovy\r\n- SonarQube\r\n- Prometheus\r\n- Grafana\r\n- HTTPS Load Balancer\r\n- Horizontal Pod Autoscaling\r\n- Google Kubernetes Engine (GKE)\r\n- MongoDB\r\n- Google Managed SSL Certificate\r\n\r\n## Features\r\n- User Authentication\r\n- Note Creation\r\n- Note Deletion\r\n- Note Update\r\n- Secure HTTPS Connection\r\n- Horizontal Pod Autoscaling\r\n- Metrics Monitoring\r\n- Code Quality Scanning\r\n- CI/CD Pipeline\r\n- Containerization\r\n\r\n## Installation\r\n1. Clone the repository\r\n```bash\r\ngit clone https://github.com/hirentimbadiya/notes-app.git\r\n```\r\n\r\n2. Navigate to server directory and install dependencies\r\n```bash\r\ncd server\r\nnpm install\r\n```\r\n\r\n3. Navigate to client directory and install dependencies\r\n```bash\r\ncd client\r\nnpm install\r\n```\r\n\r\n4. Modify the .env file in the server directory with your MongoDB connection string and JWT secret key\r\n```bash\r\nMONGO_URI=YOUR_MONGODB_CONNECTION_STRING\r\nJWT_SECRET=YOUR_JWT_SECRET_KEY\r\n```\r\n\r\n5. Modify the .env file in the client directory with the server URL\r\n```bash\r\nREACT_APP_BACKEND_HOST=YOUR_SERVER_URL\r\n# Example: \r\n# REACT_APP_BACKEND_HOST=http://localhost:3001\r\n```\r\n\r\n6. Start the server\r\n```bash\r\ncd server\r\nnpm run dev\r\n```\r\n\r\n7. Start the client\r\n```bash\r\ncd client\r\nnpm run start\r\n```\r\n\r\n8. Access the application at http://localhost:3000\r\n\r\n## Author\r\n### Hiren Timbadiya\r\n- [LinkedIn](https://linkedin.com/in/hirentimbadiya74/)\r\n- [Twitter/X](https://twitter.com/heyhiru/)\r\n- [GitHub](https://github.com/hirentimbadiya/)\r\n\r\n## License\r\nThis project is open source and available under the [MIT License](LICENSE).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirentimbadiya%2Fnotes-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhirentimbadiya%2Fnotes-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirentimbadiya%2Fnotes-app/lists"}