{"id":22983348,"url":"https://github.com/muthukumar89uk/go-todo-app","last_synced_at":"2025-07-15T19:43:07.099Z","repository":{"id":250665399,"uuid":"835089851","full_name":"muthukumar89uk/go-todo-app","owner":"muthukumar89uk","description":"This is a todo application implemented by the Golang and fiber web framework. In it, we can use the Postgresql database to store the to-do tasks.","archived":false,"fork":false,"pushed_at":"2024-08-01T07:27:38.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T01:33:22.267Z","etag":null,"topics":["bcrypt-encryption","fiber-framework","golang","jwt-authentication","postgresql-database","rest-api","todolist-application"],"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/muthukumar89uk.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}},"created_at":"2024-07-29T06:24:41.000Z","updated_at":"2024-08-01T10:29:15.000Z","dependencies_parsed_at":"2025-02-08T01:31:44.149Z","dependency_job_id":"a63f8ae7-9d86-4ef8-9fea-4200bbb76f94","html_url":"https://github.com/muthukumar89uk/go-todo-app","commit_stats":null,"previous_names":["muthukumar89uk/go-todo-app"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-todo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-todo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-todo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muthukumar89uk%2Fgo-todo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muthukumar89uk","download_url":"https://codeload.github.com/muthukumar89uk/go-todo-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246795026,"owners_count":20835116,"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":["bcrypt-encryption","fiber-framework","golang","jwt-authentication","postgresql-database","rest-api","todolist-application"],"created_at":"2024-12-15T02:38:13.531Z","updated_at":"2025-04-02T10:23:58.826Z","avatar_url":"https://github.com/muthukumar89uk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## General view about the Todo list Project\r\n\r\nThis is a todo list project built using the fiber web framework in Golang. \r\n\r\nThe project provides RESTful APIs for user authorization in  posting tasks \r\n\r\nThe backend includes functionalities to sign up, login, task posting, update task , delete task.\r\n\r\n## Technology Stack\r\n\r\nThe Todo list Real Time Exercise Task project is built using the following technologies:\r\n\r\n- **Golang**: The backend is written in Go (Golang), a statically typed, compiled language.\r\n\r\n- **fiber**: The fiber web framework is used to create RESTful APIs and handle HTTP requests.\r\n\r\n- **JWT**: JSON Web Tokens are used for secure user authentication and authorization.\r\n\r\n- **bcrypt**: Passwords are stored securely in hashed form using the bcrypt hashing algorithm.\r\n\r\n- **postgres**: PostgreSQL is an advanced, enterprise class open source relational database that supports both SQL and JSON  querying. \r\n                It is a highly stable database management system, which has contributed to its high levels of resilience,and correctness. \r\n\r\n## Getting Started\r\n\r\n### Installation\r\n\r\n1. **Clone the repository:**\r\n\r\n    ```\r\n    git clone https://github.com/muthukumar89uk/go-todo-app.git\r\n    ```\r\n  Click here to directly [download it](https://github.com/muthukumar89uk/go-todo-app/zipball/master). \r\n\r\n### Install dependencies:\r\n\r\n          go mod tidy\r\n\r\n### Run the Application\r\n  1. Run the Server\r\n   \r\n       ```\r\n          go run .\r\n       ```   \r\n  2. The server will start on `http://localhost:8080`.\r\n\r\n ##  Project explanation\r\n\r\n- the user can sign up and login\r\n- user can post his task details\r\n- user can update and delete his task details\r\n- user can filter date and status to see his task details\r\n\r\n\r\nThe following API endpoints are available in this project:\r\n\r\n- **POST /signup**: Register a new user account.\r\n\r\n- **POST /login**: Log in with registered credentials and receive a JWT token.\r\n\r\n- **POST /posttask**: Post task details (user Authorization required).\r\n\r\n- **GET  /updatetask**: user can update his task details (user Authorization required).\r\n\r\n- **GET  /deletetask/:id**: user can delete his task details (user Authorization required).\r\n\r\n- **PUT  /gettasksbydate/:id**: user can  filter date and status to see his task details(user Authorization required).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthukumar89uk%2Fgo-todo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuthukumar89uk%2Fgo-todo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuthukumar89uk%2Fgo-todo-app/lists"}