https://github.com/flvsantos15/feedback-widget-backend
BackEnd for feedback widget application
https://github.com/flvsantos15/feedback-widget-backend
coverage jest-tests nlw nodejs prisma solid
Last synced: about 1 month ago
JSON representation
BackEnd for feedback widget application
- Host: GitHub
- URL: https://github.com/flvsantos15/feedback-widget-backend
- Owner: flvSantos15
- Created: 2022-06-09T11:30:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T16:45:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T19:40:00.245Z (3 months ago)
- Topics: coverage, jest-tests, nlw, nodejs, prisma, solid
- Language: HTML
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚧 Feedback Widget Backend 🚀 🚧
🚀 It's an application developed to get feedback from user
Tabela de conteúdos
=================* [About](#about)
* [How to run](#how-to-run)
* [Requirements](#requirements)
* [Tecnologies](#technologies)
* [Features](#features)
* [Author](#author)## Getting Started
How to run
To run this application you need to install:
- [NodeJS](https://nodejs.org/)
- [Git](https://git-scm.com/)
- Além disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/)
First, download this repository to your machine:
```bash
git clone https://github.com/flvSantos15/feedback-widget.git
```
Go to the folder:
```bash
cd folder's name
```Then, install dependencies by running:
```bash
yarn
# or
npm install
```And finally, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3333) with your browser to see the result.
This application is being built using the following technologies:
- [TypeScript](https://www.typescriptlang.org/)
- [Nodejs](https://nodejs.org/)
- [Prisma](https://www.prisma.io/react-server-components)
- [Jest](https://jestjs.io/pt-BR/)
Features developed during the classes
- [ x ] Envio de email com nodemailer
- [ x ] Envio de dados ao banco de dados prisma
- [ x ] Melhores práticas com solid
- [ x ] Testes unitários com jest
Autor
![]()
Flavio SantosBuilt with ❤️ by Flavio Santos 👋🏽 get in touch!
[](https://www.linkedin.com/in/flvSantos15/)
[](mailto:[email protected])