{"id":31999566,"url":"https://github.com/egor924/task-manager","last_synced_at":"2026-05-08T19:31:36.061Z","repository":{"id":318778537,"uuid":"1076470074","full_name":"egor924/task-manager","owner":"egor924","description":"An educational project focused on building a Task Manager application to demonstrate practical development skills","archived":false,"fork":false,"pushed_at":"2025-10-14T23:00:21.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T15:28:51.144Z","etag":null,"topics":["java","spring","spring-boot","spring-data-jpa","spring-security"],"latest_commit_sha":null,"homepage":"","language":"Java","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/egor924.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-14T22:58:56.000Z","updated_at":"2025-10-14T23:03:48.000Z","dependencies_parsed_at":"2025-10-15T17:13:41.092Z","dependency_job_id":"75c059ff-336e-4f06-952e-b27001a0de35","html_url":"https://github.com/egor924/task-manager","commit_stats":null,"previous_names":["egor924/task-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/egor924/task-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egor924%2Ftask-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egor924%2Ftask-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egor924%2Ftask-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egor924%2Ftask-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egor924","download_url":"https://codeload.github.com/egor924/task-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egor924%2Ftask-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["java","spring","spring-boot","spring-data-jpa","spring-security"],"created_at":"2025-10-15T14:32:15.945Z","updated_at":"2026-05-08T19:31:36.056Z","avatar_url":"https://github.com/egor924.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Task manager\nApi for task manager built on Spring Framework for leaning purposes.\n\n## Technologies:\n* Java 17\n* Spring framework (Spring boot, Spring Security, String Data JPA/Hibernate, Spring Web, Spring boot starter mail)\n* Postgresql\n* PGAdmin\n* Lombok\n* JUnit\n* JWT\n* Testcontainers\n* Springdoc OpenApi\n\n### Functionality/features:\n* User authentication with JWT generation and storing it in cookies\n* User registration with checking existing ones\n* Refresh JWT token if refresh-token exists and has not expired\n* Logout by retrieving the current authenticated user and removing refresh tokens associated with his ID\n* Account verification after registration\n* Password reset by mail\n* Changing the current user's password\n* Dashboard with projects and 50 tasks by deadline and creation date\n* Retrieving all projects or a project by query and receiving tasks of all or by request or tag\n* All CRUD operations with projects and tasks\n* Changing project/task status\n* Unit and integration tests\n\n## JWT\nAuth was performed using JWT with Refresh and Access tokens and HttpOnly Cookie.\n\n## Swagger Docs\nThe project has been configured with a Swagger that exposes the APIs with the schema\n\nAccessible at http://localhost:8080/swagger-ui/index.html\n\n## Getting started\n\n\u003ch4\u003e Clone the application \u003c/h4\u003e\n\n```bash\n$ git clone https://github.com/AlKl1M/TaskManager.git\n$ cd TaskManager\n```\n\n\u003ch4\u003eCreate a Postgres database\u003c/h4\u003e\n\n```bash\n$ create database taskmanager;\n$ create user taskmanager with password 'taskmanager';\n$ grant all privileges on database taskmanager to taskmanager;\n```\n\n\u003ch4\u003eRun the app\u003c/h4\u003e\nNow you can run the app locally or deploy it using docker\n\n```bash\n$ docker compose up\n```\n\n* It deploys locally on port 8080, and in Docker on 8081.\n* Every run of the app will reset your state. To not do that, modify spring.jpa.hibernate.ddl-auto: update\n* Also don't forget to create gmail account for Spring mail functionality. This account must have two-factor authentication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegor924%2Ftask-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegor924%2Ftask-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegor924%2Ftask-manager/lists"}