{"id":27971987,"url":"https://github.com/adityapgit/dockerized-chores-app","last_synced_at":"2026-04-10T02:51:46.078Z","repository":{"id":291772035,"uuid":"978737264","full_name":"AdityaPGit/Dockerized-Chores-App","owner":"AdityaPGit","description":"Simple MER app with docker implementation ","archived":false,"fork":false,"pushed_at":"2025-05-06T12:50:18.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T13:48:32.681Z","etag":null,"topics":["docker","docker-compose","expressjs","mongodb","reactjs"],"latest_commit_sha":null,"homepage":"","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/AdityaPGit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-05-06T12:42:28.000Z","updated_at":"2025-05-06T12:51:43.000Z","dependencies_parsed_at":"2025-05-06T13:48:37.961Z","dependency_job_id":"eb5ef8fe-3590-4f57-8e50-835f6110869e","html_url":"https://github.com/AdityaPGit/Dockerized-Chores-App","commit_stats":null,"previous_names":["adityapgit/dockerized-chores-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaPGit%2FDockerized-Chores-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaPGit%2FDockerized-Chores-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaPGit%2FDockerized-Chores-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaPGit%2FDockerized-Chores-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdityaPGit","download_url":"https://codeload.github.com/AdityaPGit/Dockerized-Chores-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967970,"owners_count":21833241,"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","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":["docker","docker-compose","expressjs","mongodb","reactjs"],"created_at":"2025-05-07T22:36:59.428Z","updated_at":"2025-10-25T15:33:08.538Z","avatar_url":"https://github.com/AdityaPGit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized  Chores App\n\nThis is a full-stack Chores management application built with React (frontend), Express.js (backend), and MongoDB (database). The application allows users to add and delete chores from a list. The entire app is containerized using Docker, enabling easy deployment and consistent development environments.\n\n## Features\n\n* Add a new chore to the list\n* Delete existing chores\n* Clean and responsive user interface\n* Dockerized for local development and deployment\n\n## Technology Stack\n\n* **Frontend**: React\n* **Backend**: Express.js\n* **Database**: MongoDB\n* **Containerization**: Docker, Docker Compose\n\n---\n\n## Project Structure\n\n```\n.\n├── backend/            # Express server and API routes\n│   ├── index.js\n│   ├── models/\n│   └── package.json\n├── frontend/           # React app\n│   ├── src/\n│   └── package.json\n├── docker-compose.yml  # Docker Compose configuration\n└── README.md\n```\n\n---\n\n## Getting Started\n\nFollow the steps below to set up and run the project locally.\n\n### Prerequisites\n\n* [Docker](https://www.docker.com/)\n* [Node.js \u0026 npm](https://nodejs.org/) (optional, for running without Docker)\n\n---\n\n### Setup Instructions\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/AdityaPGit/Dockerized-Chores-App.git\n   cd Dockerized-Chores-App\n   ```\n\n2. **Install Dependencies**\n\n   Open two terminals or navigate into each folder separately:\n\n   **In the `frontend` directory:**\n\n   ```bash\n   cd frontend\n   npm install\n   ```\n\n   **In the `backend` directory:**\n\n   ```bash\n   cd backend\n   npm install\n   ```\n\n3. **Start the Application using Docker**\n\n   From the root of the project:\n\n   ```bash\n   docker-compose up --build\n   ```\n\n   This will:\n\n   * Build and run the React frontend on `http://localhost:3000`\n   * Start the Express backend on `http://localhost:5001`\n   * Start a MongoDB container on the default port\n\n---\n\n## Development Notes\n\n* The frontend is configured to proxy API requests to the backend using the `proxy` field in `frontend/package.json`.\n* MongoDB connection string is set in `backend/index.js` to connect with the containerized MongoDB service using the hostname `mongo`.\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/AdityaPGit/Dockerized-Chores-App/blob/main/LICENSE)\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityapgit%2Fdockerized-chores-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityapgit%2Fdockerized-chores-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityapgit%2Fdockerized-chores-app/lists"}