{"id":15129783,"url":"https://github.com/frnn4268/task-manager-docker","last_synced_at":"2026-01-26T20:52:41.792Z","repository":{"id":252178465,"uuid":"839661452","full_name":"Frnn4268/task-manager-docker","owner":"Frnn4268","description":"A simple task management system built using the MERN stack (MongoDB, Express, React, Node.js) and Docker. This project allows you to manage tasks with CRUD operations and prioritize tasks.","archived":false,"fork":false,"pushed_at":"2024-08-08T05:57:04.000Z","size":220,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T06:23:47.521Z","etag":null,"topics":["antdesign","axios-react","docker","docker-compose","docker-container","docker-image","docker-volume","dockerfile","expressjs","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","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/Frnn4268.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-08-08T04:35:16.000Z","updated_at":"2024-11-15T18:32:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8ed0ea9-2e4e-404b-baf6-7143177ca324","html_url":"https://github.com/Frnn4268/task-manager-docker","commit_stats":null,"previous_names":["frnn4268/task-manager-dockerized"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frnn4268%2Ftask-manager-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frnn4268%2Ftask-manager-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frnn4268%2Ftask-manager-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frnn4268%2Ftask-manager-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frnn4268","download_url":"https://codeload.github.com/Frnn4268/task-manager-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657506,"owners_count":21140837,"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":["antdesign","axios-react","docker","docker-compose","docker-container","docker-image","docker-volume","dockerfile","expressjs","mongodb","nodejs","reactjs"],"created_at":"2024-09-26T02:20:28.091Z","updated_at":"2026-01-26T20:52:41.761Z","avatar_url":"https://github.com/Frnn4268.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager Docker\n\nA simple task management system built using the MERN stack (MongoDB, Express, React, Node.js) and Docker. This project allows you to manage tasks with CRUD operations and prioritize tasks.\n\n## Features\n\n- **Create, Read, Update, and Delete (CRUD) tasks**: Manage your tasks easily with a user-friendly interface.\n- **Priority levels**: Assign priority levels to tasks.\n- **Dockerized**: The entire application is containerized using Docker for easy deployment and management.\n\n## Project Structure\n\n- **client/**: Contains the React frontend application.\n- **app/**: Contains the Node.js backend application.\n- **docker-compose.yml**: Docker Compose configuration file to build and run the client and server containers.\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n\n## Getting Started\n\n### 1. Clone the Repository\n\n\u003e git clone https://github.com/Frnn4268/task-manager-docker.git\n\n\u003e cd task-manager-docker\n\n### 2. Set Up Environment Variables\nCreate a `.env `file in the server directory with the following content:\n\n    MONGODB_URI=mongodb://mongo:27017/taskmanager\n    PORT=5000\n\nReplace MONGODB_URI with your MongoDB connection string if you're not using Docker for MongoDB.\n\n### 3. Build and Run the Application\nUse Docker Compose to build and run the client and server containers:\n\n\u003e docker-compose up --build\n\nThis command will build the Docker images for both the client and server, and start the containers.\n\n### 4. Acces the Application:\n- Client (React frontend): Open your browser and navigate to http://localhost:3000.\n\n- Server (API): The server API will be accessible at http://localhost:5000.\n\n## Project Configuration\n\n1. Client Configuration: The React frontend is configured to run on port 3000.\n2. Server Configuration: The Node.js backend is configured to run on port 5000 and connect to MongoDB.\n\n## Development\n\nTo make changes to the project:\n\n1. Client: Make changes in the client directory and rebuild the client Docker image.\n2. Server: Make changes in the server directory and rebuild the server Docker image.\n\n## Troubleshooting\n\n- If you encounter issues with Docker Compose, ensure that Docker and Docker Compose are installed correctly.\n- For connection issues, verify that MongoDB is accessible at the specified URI.\n\n### Explanation\n\n- **Project Overview**: Brief description of the project's purpose and features.\n- **Project Structure**: Describes the directory structure and key files.\n- **Prerequisites**: Lists the software required to run the project.\n- **Getting Started**: Instructions to clone the repo, set up environment variables, and run the application.\n- **Project Configuration**: Details on how the client and server are configured.\n- **Development**: Guidelines for making changes to the project.\n- **Troubleshooting**: Common issues and their resolutions.\n\nFeel free to adjust any details to better fit your project's specifics or requirements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrnn4268%2Ftask-manager-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrnn4268%2Ftask-manager-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrnn4268%2Ftask-manager-docker/lists"}