{"id":21472093,"url":"https://github.com/arufonsekun/taskmanager-service","last_synced_at":"2026-05-04T15:42:18.804Z","repository":{"id":44523789,"uuid":"88654527","full_name":"arufonsekun/taskmanager-service","owner":"arufonsekun","description":"?REST based project? developed using spring java framework whose purpose is provide the required resources to task-manager angular project ","archived":false,"fork":false,"pushed_at":"2022-11-24T09:57:59.000Z","size":6665,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T07:18:06.170Z","etag":null,"topics":["hibernate","jpa","maven","postgresql","spring-boot"],"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/arufonsekun.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}},"created_at":"2017-04-18T17:55:31.000Z","updated_at":"2020-03-09T00:23:12.000Z","dependencies_parsed_at":"2023-01-23T03:45:40.629Z","dependency_job_id":null,"html_url":"https://github.com/arufonsekun/taskmanager-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arufonsekun/taskmanager-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arufonsekun%2Ftaskmanager-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arufonsekun%2Ftaskmanager-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arufonsekun%2Ftaskmanager-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arufonsekun%2Ftaskmanager-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arufonsekun","download_url":"https://codeload.github.com/arufonsekun/taskmanager-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arufonsekun%2Ftaskmanager-service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264456020,"owners_count":23611068,"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":["hibernate","jpa","maven","postgresql","spring-boot"],"created_at":"2024-11-23T09:47:19.680Z","updated_at":"2026-05-04T15:42:13.769Z","avatar_url":"https://github.com/arufonsekun.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taskmanager-service\nThe main purpose of this project is to create a web service using spring java framework based on REST architecture (kk). Besides that taskmanager-service intents to provide the required resources from TaskManager Angular app.\n\n### Run the server\ntaskmanager-service uses PosgreSQL SGBD so check this [link](https://www.godaddy.com/garage/how-to-install-postgresql-on-ubuntu-14-04) to know how to install and run Postgres on Ubuntu.\n\nAfter that run `sudo su -l postgres` to login into the local postgres user, then run `psql` to login into the database and finally `CREATE DATABASE taskmanager` to create the database.\nFinally run `./mvnw spring-boot:run` inside taskmanager-service to start the server.\n\nCurrently the avaliable resources are `POST` to `/task` to create a new task, `GET` to `/task/{id}` to access a task by id, and `GET` to `/tasks` to list them all.\n\n### Using curl to test the resources\n`curl -d '{\"title\":\"resenha\", \"type\":\"fucked\", \"deadLine\":\"26/02/2019\",\"description\":\"acabar aquela merda\"}' -H \"Content-Type: application/json\" -X POST http://localhost:8080/task`\n`curl -d \"1\" -X GET http://localhost:8080/task/1`\n`curl -d \"1\" -X GET http://localhost:8080/tasks`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farufonsekun%2Ftaskmanager-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farufonsekun%2Ftaskmanager-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farufonsekun%2Ftaskmanager-service/lists"}