An open API service indexing awesome lists of open source software.

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

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

picture of Flavio Santos


Flavio Santos

Built with ❤️ by Flavio Santos 👋🏽 get in touch!

[![Linkedin Badge](https://img.shields.io/badge/-flvSantos-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/flvSantos15/)](https://www.linkedin.com/in/flvSantos15/)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])