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

https://github.com/natanaelvich/heat-backend

github authentication and web sockets messages
https://github.com/natanaelvich/heat-backend

expressjs github-authentication jwt prisma typescript websocket

Last synced: about 2 months ago
JSON representation

github authentication and web sockets messages

Awesome Lists containing this project

README

          

Heat


Tecnologias   |   
Como executar   |   
Licença


License
NLW Heat

## ✨ Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

- [TypeScript](https://www.typescriptlang.org/)
- [Express](https://expressjs.com/pt-br/)
- [Prisma](https://www.prisma.io/)
- [JSON Web Token](https://jwt.io/)
- [Socket.IO](https://socket.io/)

## 🚀 Como executar

> Obs.: Nesse projeto temos autenticação via OAuth com o GitHub

- Clone o repositório e acesse a pasta;
- Faça uma copia do arquivo `.env.example` para `.env` e preencha com as suas credenciais do GitHub;
- Instale as dependências com `yarn`;
- Executa as migrations com `yarn prisma migrate dev`;
- Inicie o servidor com `yarn dev`;

A aplicação pode ser acessada em [`localhost:4000`](http://localhost:4000).

## 📄 Licença

Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.

## Author

Make by Natanael Lima 👋🏽 contact!

[![Linkedin Badge](https://img.shields.io/badge/-Natanelvich-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/natanaelvich/)](https://www.linkedin.com/in/natanaelvich/)
[![Gmail Badge](https://img.shields.io/badge/-taelima1997@gmail.com-red?style=flat-square&link=mailto:taelima1997@gmail.com)](mailto:taelima1997@gmail.com)