{"id":34342310,"url":"https://github.com/alexey0b/task_scheduler","last_synced_at":"2026-04-22T15:33:48.232Z","repository":{"id":271147411,"uuid":"909466458","full_name":"alexey0b/task_scheduler","owner":"alexey0b","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-08T15:36:24.000Z","size":13601,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T16:43:51.014Z","etag":null,"topics":["backend","full-stack","golang","jwt-authentication","postgresql","sqlite","task-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","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/alexey0b.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":"2024-12-28T19:38:05.000Z","updated_at":"2025-05-08T15:31:52.000Z","dependencies_parsed_at":"2025-07-23T16:43:55.505Z","dependency_job_id":"7893dadd-7a7b-47f8-a507-71c3983d3175","html_url":"https://github.com/alexey0b/task_scheduler","commit_stats":null,"previous_names":["goroutiner/go_final_project","goroutiner/task_scheduler","alexey0b/task_scheduler"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alexey0b/task_scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexey0b%2Ftask_scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexey0b%2Ftask_scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexey0b%2Ftask_scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexey0b%2Ftask_scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexey0b","download_url":"https://codeload.github.com/alexey0b/task_scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexey0b%2Ftask_scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27787641,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backend","full-stack","golang","jwt-authentication","postgresql","sqlite","task-manager"],"created_at":"2025-12-17T23:00:26.159Z","updated_at":"2025-12-17T23:01:04.780Z","avatar_url":"https://github.com/alexey0b.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## 📖 Translations\n- [Read in Russian](/README_RU.md)\n\n---\n\n\u003ch3 align=\"center\"\u003e\n  \u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eTask Scheduler\u003c/h1\u003e\n  \u003c/div\u003e\n  \u003ca href=\"https://github.com/goroutiner/task_scheduler\"\u003e\n    \u003cimg src=\"https://i.pinimg.com/736x/3e/5b/3a/3e5b3a55a757aa664704f6f33f2c1c4b.jpg\" width=\"600\" height=\"400\"/\u003e\n  \u003c/a\u003e\n\u003c/h3\u003e\n\n---\n\n## 📋 Project Description\n\n**Task Scheduler** is a simple and intuitive web application for task planning, designed to help users organize their daily tasks. With this application, you can:\n\n- Create and edit tasks.\n- Set recurrence cycles and deadlines.\n- Change task statuses.\n- Organize tasks by due date.\n- Manage tasks through a user-friendly interface.\n\n---\n\n## What is implemented in the application?\n\n- ✔️ Task creation functionality.\n- ✔️ Ability to edit tasks.\n- ✔️ Database integration for task storage.\n- ✔️ Simple and attractive interface.\n- ✔️ Search and delete tasks functionality.\n\n---\n\n\n### 🔧 Environment Configuration\n\nThe **environment** variables are set by default, but you can change them in the `compose.yaml` file:\n\n- For the `golang` service:\n\n```yaml\n...\nenvironment:\n    PORT: \":7540\"\n    MODE: \"postgres\"\n    DATABASE_URL: \"postgres://root:password@postgres:5432/mydb?sslmode=disable\"\n    PASSWORD: \"qwerty12345678\"\n...\n```\n\nIf you need **SQLite** mode, specify `MODE: \"sqlite\"`.\n\n- For the `postgres` service:\n\n```yaml\n...\nenvironment:\n  POSTGRES_USER: \"root\"\n  POSTGRES_PASSWORD: \"password\"\n  POSTGRES_DB: \"mydb\"\n...\n```\n\n---\n\n## ✅⭕ Running Tests\n\nTo run integration tests, execute the following command:\n\n```sh\nmake unit-tests\n```\n\n---\n\n## 🐳 Running with Docker\n\nIf you want to run the project using Docker, follow these steps:\n\n1. Make sure Docker is installed and running.\n2. Navigate to the project's root directory.\n3. Build and run the application using the command:\n   - By default, the application will use **PostgreSQL**. You can change this in the `compose.yaml` file.\n\n```sh\nmake run\n```\n\n4. Once the application is running, you can access it in your browser at [http://localhost:7540/login.html](http://localhost:7540/login.html) (if you used a custom port, specify it).\n\n---\n\n## 🛠️ Technical Resources\n\n- **Programming Language**: Go (Golang)\n- **Databases**: PostgreSQL, SQLite\n- **Libraries**:\n  - [golang-jwt/jwt](https://github.com/golang-jwt/jwt) for JWT token handling.\n  - [joho/godotenv](https://github.com/joho/godotenv) for environment variable management.\n  - [jmoiron/sqlx](https://github.com/jmoiron/sqlx) for database interaction.\n  - [github.com/jackc/pgx/v5/stdlib](https://github.com/jackc/pgx) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) drivers for PostgreSQL and SQLite.\n  - [stretchr/testify](https://github.com/stretchr/testify) for testing.\n\n---\n\n## Conclusion\n\nThank you for using **Task Scheduler** 🤝 The application will continue to be supported, and more features will be added in the future 💫\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexey0b%2Ftask_scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexey0b%2Ftask_scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexey0b%2Ftask_scheduler/lists"}