{"id":49634566,"url":"https://github.com/eujuliu/task-scheduler","last_synced_at":"2026-05-05T14:17:30.325Z","repository":{"id":307188423,"uuid":"1028044882","full_name":"eujuliu/task-scheduler","owner":"eujuliu","description":"A Task Scheduler, with this the user can send Emails, SMS, or everything that he wants.","archived":false,"fork":false,"pushed_at":"2025-11-05T13:22:41.000Z","size":252,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T15:19:00.155Z","etag":null,"topics":["alloy","docker","golang","grafana","hacktoberfest","hacktoberfest-accepted","loki","personal-project","postgresql","prometheus","rabbitmq","redis","stripe","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eujuliu.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-29T00:23:48.000Z","updated_at":"2025-11-05T13:22:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"aba83de4-f985-4d65-b3a4-14b3bce860e1","html_url":"https://github.com/eujuliu/task-scheduler","commit_stats":null,"previous_names":["eujuliu/task-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eujuliu/task-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eujuliu%2Ftask-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eujuliu%2Ftask-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eujuliu%2Ftask-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eujuliu%2Ftask-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eujuliu","download_url":"https://codeload.github.com/eujuliu/task-scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eujuliu%2Ftask-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32652888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["alloy","docker","golang","grafana","hacktoberfest","hacktoberfest-accepted","loki","personal-project","postgresql","prometheus","rabbitmq","redis","stripe","testing"],"created_at":"2026-05-05T14:17:29.665Z","updated_at":"2026-05-05T14:17:30.319Z","avatar_url":"https://github.com/eujuliu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# Task Scheduler\n\n\u003cp align=\"center\"\u003e\n  An API for a task scheduler, where users can perform CRUD operations on users, tasks, and transactions.\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/eujuliu/taskscheduler/issues\"\u003eHave a question?\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/eujuliu/taskscheduler/fork\"\u003eRequest Feature\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003e\n    \u003ca href=\"#technologies\"\u003eTechnologies\u003c/a\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\n    \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#author\"\u003eAuthor\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n## Technologies\n\nThis project was built using the `Go` programming language. It utilizes `Docker` and `Docker Compose` for containerization and development environments. For code quality, `golangci-lint` is used for linting and formatting. Development is facilitated by `air` for hot reloading. Testing is handled with Go's built-in testing framework, and additional tools like `pre-commit` for hooks.\n\n## Getting Started\n\n### Prerequisites\n\nFor running this project, you will need the following:\n\n- [Go](https://golang.org/dl/)\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n- [GNU Make](https://www.gnu.org/software/make/) (usually pre-installed on Linux)\n\nAnd you need to download the project to your computer.\n\n### Installation\n\nAfter fulfilling all requirements, you need to install the dependencies. If using Go modules, run:\n\n```bash\ngo mod download\n```\n\n### Usage\n\nTo use the project, you can run the following commands using the provided Makefile:\n\n- To build the project:\n\n  ```bash\n  make build\n  ```\n\n- To run in development mode with hot reloading:\n\n  ```bash\n  make dev\n  ```\n\n- To run the built binary:\n\n  ```bash\n  make run\n  ```\n\n- To run tests:\n\n  ```bash\n  make test\n  ```\n\n- For development with Docker Compose watching:\n  ```bash\n  make watch\n  ```\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow these steps:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b feat/your-feature`.\n3. Make your changes and commit them: `git commit -m 'Add some feature'`.\n4. Push to the original branch: `git push origin feat/your-feature`.\n5. Create a pull request.\n\n## Author\n\n\u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/49854105?v=4\" width=\"100px;\" alt=\"\"/\u003e\n\u003cbr /\u003e\n\u003csub\u003e\u003cb\u003eJulio Martins\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n\nMade by Julio Martins 👋🏽 Contact me!\n\n[![Linkedin Badge](https://img.shields.io/badge/-@ojuliomartins-1262BF?style=for-the-badge\u0026labelColor=1262BF\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/ojuliomartins/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feujuliu%2Ftask-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feujuliu%2Ftask-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feujuliu%2Ftask-scheduler/lists"}