{"id":28220366,"url":"https://github.com/andersonms1/clube-back","last_synced_at":"2025-07-15T22:09:17.772Z","repository":{"id":289378366,"uuid":"971028981","full_name":"andersonms1/clube-back","owner":"andersonms1","description":"The project consists of a web application for task management with user authentication.","archived":false,"fork":false,"pushed_at":"2025-05-29T22:35:23.000Z","size":892,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T13:47:55.641Z","etag":null,"topics":["docker","docker-compose","flask","mongodb","python","redis"],"latest_commit_sha":null,"homepage":"","language":"Python","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/andersonms1.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}},"created_at":"2025-04-22T22:52:54.000Z","updated_at":"2025-05-29T22:36:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"17535bfe-c761-42a0-a855-876cadc77b13","html_url":"https://github.com/andersonms1/clube-back","commit_stats":null,"previous_names":["andersonms1/clube-back"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andersonms1/clube-back","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonms1%2Fclube-back","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonms1%2Fclube-back/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonms1%2Fclube-back/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonms1%2Fclube-back/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersonms1","download_url":"https://codeload.github.com/andersonms1/clube-back/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersonms1%2Fclube-back/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265463903,"owners_count":23770315,"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","flask","mongodb","python","redis"],"created_at":"2025-05-18T04:15:13.745Z","updated_at":"2025-07-15T22:09:17.761Z","avatar_url":"https://github.com/andersonms1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager application with authentication + redis cache with jwt token\n\n* The application allows users to perform login/logout operations\n* Password reset functionality was implemented and users can execute CRUD operations (create, read, update, and delete) on tasks. Each task is associated with a user.\n* The frontend and backend were developed separately, and communication between them is handled through a RESTful API.\n* User authentication was implemented using JWT.\n* The backend uses a secret_key stored in an environment variable to sign and verify JWT tokens.\n* The key was configured with a TTL of 5 minutes.\n\n## Project setup\n\n1. Clone the `backend`:\n\n`git clone https://github.com/andersonms1/clube-back.git`\n\n2. Clone the frontend repository:\nNavigate to the cloned project folder:\n\n`cd club-back`\n\nAnd create the frontend application repository:\n\n`git clone https://github.com/andersonms1/clube-front.git`\n\n- The project structure follows this pattern:\n```\n.\n├── back\n├── clube-front\n├── docker-compose.yml\n├── Makefile\n└── README.md\n```\n\n3. Return to the project root. Edit the `.env.example` file, rename it to `.env` and add the necessary fields.\n\n4. Build Docker and run the application:\n`docker compose build`\n\n5. Execute the application. The `docker-compose` is responsible for starting the necessary services for the project architecture: `redis` and `mongo`.\nAccess the application in your browser at https://localhost:80\n\n![plot](Mockup.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersonms1%2Fclube-back","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersonms1%2Fclube-back","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersonms1%2Fclube-back/lists"}