{"id":19518221,"url":"https://github.com/mulatinho/todo-app","last_synced_at":"2026-04-04T21:31:47.719Z","repository":{"id":148684661,"uuid":"187890729","full_name":"mulatinho/todo-app","owner":"mulatinho","description":"an simple tasks management software","archived":false,"fork":false,"pushed_at":"2019-08-05T13:24:04.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T18:34:13.098Z","etag":null,"topics":["bootstrap4","expressjs","jquery","nodejs","pug","rest-api","simple-project","tasks"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mulatinho.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":"2019-05-21T18:14:17.000Z","updated_at":"2025-04-25T12:27:51.000Z","dependencies_parsed_at":"2023-05-28T16:00:36.700Z","dependency_job_id":null,"html_url":"https://github.com/mulatinho/todo-app","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mulatinho/todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulatinho%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulatinho%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulatinho%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulatinho%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mulatinho","download_url":"https://codeload.github.com/mulatinho/todo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulatinho%2Ftodo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["bootstrap4","expressjs","jquery","nodejs","pug","rest-api","simple-project","tasks"],"created_at":"2024-11-11T00:09:55.744Z","updated_at":"2026-04-04T21:31:47.710Z","avatar_url":"https://github.com/mulatinho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple task management\n\n[![Build Status](https://travis-ci.org/mulatinho/todo-app.svg?branch=master)](http://travis-ci.org/mulatinho/todo-app)\n\n## Introduction\n\nThis is a simple task management made in node.js with express.js as backend, and using bootstrap, fontawesome, pug and jquery as frontend to make it responsive and lightweight.\n\n## How to Execute\n\nTo execute this software you just need to type these commands:\n\n    $ npm install\n    $ npm start\n\nThen you go at your browser and put the link **http://localhost:8080**\n\n## How to Run Tests\n\nTo run all tests of this software you just need\n\n    $ npm run test\n    \n## Watch tasks endpoint\n\nGet your token\n\n    curl -vv \\\n      -H 'Content-Type: application/json' \\\n      -X POST http://localhost:8080/sessions/signup \\\n      -d '{ \"inputName\": \"John\", \"inputEmail\": \"john.rambo@example.com\", \"inputPassword\": \"someAmazingPassword\" }'\n\nThis will give you a session token\n\n    { session_token: \"e69fb1e9a50ce060a03549b3afb5d33c521dfc5fb0d8e49af2ea0c662aff9643\" }\n\nThen you can browse your tasks whenever you want\n\n    curl -vv \\\n      -H 'Content-Type: application/json' \\\n      -H 'Authorization: e69fb1e9a50ce060a03549b3afb5d33c521dfc5fb0d8e49af2ea0c662aff9643' \\\n      http://localhost:8080/watch-tasks\n\nThis will produce something like that\n\n      [{\"id\":\"4dbdbaa9-9029-4705-9cdb-936016a0cd25\",\"title\":\"xczvxzx\",\"description\":\"zxczxczxcxc\",\"end_date\":null,\"tags\":\"none\",\"active\":true,\"createdAt\":\"2019-05-23T21:49:58.605Z\",\"updatedAt\":\"2019-05-23T21:49:58.616Z\",\"user_id\":\"854c67da-9509-4a2c-bed9-836e338eaa52\",\"task_id\":null,\"user\":{\"id\":\"854c67da-9509-4a2c-bed9-836e338eaa52\",\"name\":\"afassafa\",\"email\":\"saafs\",\"avatar_url\":null}}]\n\nYou could also pass filters like page and search\n\n    curl -vv \\\n      -H 'Content-Type: application/json' \\\n      -H 'Authorization: e69fb1e9a50ce060a03549b3afb5d33c521dfc5fb0d8e49af2ea0c662aff9643' \\\n      http://localhost:8080/watch-tasks?page=2\u0026search=title\n\n## Screenshots\n\nScreenshot 01 | Screenshot 02 | Screenshot 03\n:------------:|:-------------:|:-------------:\n![](https://i.imgur.com/O07C4kG.png) | ![](https://i.imgur.com/yFF5acC.png) | ![](https://i.imgur.com/sw1hDOW.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulatinho%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmulatinho%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulatinho%2Ftodo-app/lists"}