{"id":19795631,"url":"https://github.com/oluwis/express-todo-rest-api","last_synced_at":"2026-05-06T09:40:44.592Z","repository":{"id":180222064,"uuid":"664773375","full_name":"OLuwis/express-todo-rest-api","owner":"OLuwis","description":"Uma API Rest feita Com Express E Typescript.","archived":false,"fork":false,"pushed_at":"2024-02-06T15:44:50.000Z","size":288,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T07:16:51.357Z","etag":null,"topics":["api","bcrypt","jwt","node","nodemon","postgresql","rest","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/OLuwis.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}},"created_at":"2023-07-10T18:03:28.000Z","updated_at":"2024-10-05T03:47:48.000Z","dependencies_parsed_at":"2024-02-06T16:57:19.661Z","dependency_job_id":null,"html_url":"https://github.com/OLuwis/express-todo-rest-api","commit_stats":null,"previous_names":["oluwis/todoapp-backend","oluwis/todoapi-node","oluwis/todorestapi","oluwis/express-todo-rest-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-todo-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-todo-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-todo-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OLuwis%2Fexpress-todo-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OLuwis","download_url":"https://codeload.github.com/OLuwis/express-todo-rest-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233441949,"owners_count":18676776,"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":["api","bcrypt","jwt","node","nodemon","postgresql","rest","typeorm","typescript"],"created_at":"2024-11-12T07:16:54.571Z","updated_at":"2026-05-06T09:40:44.528Z","avatar_url":"https://github.com/OLuwis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eTodo Rest API\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Uma API Rest feita Com Express E Typescript.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n### Sobre o projeto:\n\nUm projeto que fiz de uma API Rest com Node.js, Typescript, Express.js, TypeORM, PostgreSQL, JWT e Bcrypt.\n\nEsta API possui authenticação, rotas para cadastro e login, JsonWebTokens para authenticação e criptografia de senhas.\n\n### Feito com:\n\n[![Node][Node.js]][Node-url]\n[![Typescript][Typescript]][Typescript-url]\n[![Express][Express.js]][Express-url]\n[![PostgreSQL][PostgreSQL]][PostgreSQL-url]\n[![JWT][JWT]][JWT-url]\n\n### Requisitos:\n\n* [Node.js 18+][Node-url]\n* [PostgreSQL 15+][PostgreSQL-url]\n\n### Instalação:\n\n1. Clone este repositório:\n   ```sh\n   git clone https://github.com/OLuwis/TodoAPI-Node.git\n   ```\n\n2. Instale as dependências:\n   ```sh\n   npm install\n   ```\n\n3. Crie um arquivo .env e defina as variáveis de ambiente (exemplo):\n   ```js\n   APP_PORT=3000\n   DB_PASSWORD=1234\n   SECRET=exemplo\n   ```\n\n## Inicialização\n\nPara iniciar o projeto rode o seguinte comando:\n\n   ```sh\n   npm run dev\n   ```\n\n### Contatos:\n\n[![LinkedIn][LinkedIn]][Linkedin-url]\n[![Gmail][Gmail]][Gmail-url]\n\n\u003c!-- LINKS --\u003e\n[LinkedIn]: https://img.shields.io/badge/LinkedIn-0A66C2?logo=linkedin\u0026logoColor=fff\u0026style=for-the-badge\n[Linkedin-url]: https://linkedin.com/in/luismiguelreis\n\n[Gmail]: https://img.shields.io/badge/Gmail-EA4335?logo=gmail\u0026logoColor=fff\u0026style=for-the-badge\n[Gmail-url]: mailto:oluismrs@gmail.com\n\n[Node.js]: https://img.shields.io/badge/Node.js-393?logo=nodedotjs\u0026logoColor=fff\u0026style=for-the-badge\n[Node-url]: https://nodejs.org/\n\n[Typescript]: https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=fff\u0026style=for-the-badge\n[Typescript-url]: https://typescriptlang.org/\n\n[Express.js]: https://img.shields.io/badge/Express-000?logo=express\u0026logoColor=fff\u0026style=for-the-badge\n[Express-url]: https://expressjs.com/pt-br/\n\n[PostgreSQL]: https://img.shields.io/badge/PostgreSQL-4169E1?logo=postgresql\u0026logoColor=fff\u0026style=for-the-badge\n[PostgreSQL-url]: https://postgresql.org/\n\n[JWT]: https://img.shields.io/badge/JSON%20Web%20Tokens-000?logo=jsonwebtokens\u0026logoColor=fff\u0026style=for-the-badge\n[JWT-url]: https://jwt.io/\n\n[OpenWeatherMap-url]: https://openweathermap.org/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foluwis%2Fexpress-todo-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foluwis%2Fexpress-todo-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foluwis%2Fexpress-todo-rest-api/lists"}