{"id":23346477,"url":"https://github.com/flvsantos15/feedback-widget-backend","last_synced_at":"2025-10-05T00:49:29.894Z","repository":{"id":119159900,"uuid":"501624979","full_name":"flvSantos15/feedback-widget-backend","owner":"flvSantos15","description":"BackEnd for feedback widget application","archived":false,"fork":false,"pushed_at":"2022-06-09T16:45:47.000Z","size":1165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T19:40:00.245Z","etag":null,"topics":["coverage","jest-tests","nlw","nodejs","prisma","solid"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/flvSantos15.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":"2022-06-09T11:30:30.000Z","updated_at":"2024-12-15T00:49:44.000Z","dependencies_parsed_at":"2023-03-27T13:36:06.320Z","dependency_job_id":null,"html_url":"https://github.com/flvSantos15/feedback-widget-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flvSantos15%2Ffeedback-widget-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flvSantos15%2Ffeedback-widget-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flvSantos15%2Ffeedback-widget-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flvSantos15%2Ffeedback-widget-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flvSantos15","download_url":"https://codeload.github.com/flvSantos15/feedback-widget-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694882,"owners_count":20980733,"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":["coverage","jest-tests","nlw","nodejs","prisma","solid"],"created_at":"2024-12-21T07:13:49.693Z","updated_at":"2025-10-05T00:49:24.858Z","avatar_url":"https://github.com/flvSantos15.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \u003cdiv align=\"center\"\u003e\u003cimg src=\"feedback-widget.png\" alt=\"Feedback Widget\"/\u003e\u003c/div\u003e --\u003e\n\n\u003cdiv id='about'\u003e\n  \u003ch1 align=\"center\"\u003e\n\t  🚧  Feedback Widget Backend 🚀  🚧\n  \u003c/h1\u003e\n  \u003cp align=\"center\"\u003e🚀 It's an application developed to get feedback from user\u003c/p\u003e\u003cbr/\u003e\n\u003c/div\u003e\n\nTabela de conteúdos\n=================\n\u003c!--ts--\u003e\n   * [About](#about)\n   * [How to run](#how-to-run)\n      * [Requirements](#requirements)\n   * [Tecnologies](#technologies)\n   * [Features](#features)\n   * [Author](#author)\n\u003c!--te--\u003e\n\n## Getting Started\n\n\u003cdiv id='hot-to-run'\u003e\n  \u003ch2\u003eHow to run\u003c/h2\u003e\n\n  \u003cdiv id='requirements' display='flex' flex-direction='column'\u003e\n    \u003ch3\u003eTo run this application you need to install:\u003c/h3\u003e\n    - [NodeJS](https://nodejs.org/)\u003cbr/\u003e\n    - [Git](https://git-scm.com/)\u003cbr/\u003e\n    - Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/)\n  \u003c/div\u003e\n  \n  \u003cbr/\u003e\n\n  First, download this repository to your machine:\n\n  ```bash\n  git clone https://github.com/flvSantos15/feedback-widget.git\n  ```\n  \n  Go to the folder:\n  \n  ```bash\n  cd folder's name\n  ```\n\n  Then, install dependencies by running:\n  ```bash\n  yarn\n  # or\n  npm install\n  ```\n\n  And finally, run the development server:\n\n  ```bash\n  npm run dev\n  # or\n  yarn dev\n  ```\n\n  Open [http://localhost:3000](http://localhost:3333) with your browser to see the result.\n \u003c/div\u003e\n\n\u003cdiv id='technologies'\u003e\n  \u003ch2\u003eThis application is being built using the following technologies:\u003c/h2\u003e\n  \n  - [TypeScript](https://www.typescriptlang.org/)\n  - [Nodejs](https://nodejs.org/)\n  - [Prisma](https://www.prisma.io/react-server-components)\n  - [Jest](https://jestjs.io/pt-BR/)\n\u003c/div\u003e\n\n\u003cdiv id='features'\u003e\n  \u003ch2\u003eFeatures developed during the classes\u003c/h2\u003e\n\n  - [ x ] Envio de email com nodemailer\n  - [ x ] Envio de dados ao banco de dados prisma\n  - [ x ] Melhores práticas com solid\n  - [ x ] Testes unitários com jest\n  \n\u003c/div\u003e\n\n\u003cdiv id='author'\u003e\n  \u003ch2\u003eAutor\u003c/h2\u003e\n\n \u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/48564704?v=4\" width=\"100px;\" alt=\"picture of Flavio Santos\"/\u003e\n \u003cbr /\u003e\n \u003csub\u003e\u003cb\u003eFlavio Santos\u003c/b\u003e\u003c/sub\u003e\n\n\nBuilt with ❤️ by Flavio Santos 👋🏽 get in touch!\n\n[![Linkedin Badge](https://img.shields.io/badge/-flvSantos-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/flvSantos15/)](https://www.linkedin.com/in/flvSantos15/) \n[![Gmail Badge](https://img.shields.io/badge/-flvSantos300@gmail.com-c14438?style=flat-square\u0026logo=Gmail\u0026logoColor=white\u0026link=mailto:flvSantos300@gmail.com)](mailto:flvSantos300@gmail.com)\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflvsantos15%2Ffeedback-widget-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflvsantos15%2Ffeedback-widget-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflvsantos15%2Ffeedback-widget-backend/lists"}