/api-chatty-nlw

Chatty is a real-time customer service chat developed during Nlw 05 on the NodeJS trail.

Primary LanguageTypeScript

Chatty

Chatty

💻 About

Chatty is a real-time customer service chat developed during Nlw 05 on the NodeJS trail.


✨ Tecnologies

This project was developed with the following technologies:

🚀 How to start?

If you don't already have the database.sqlite file inside the src/database folder, create that file and run yarn typeorm migration:run to create the database tables.

  • Run yarn dev to initialize application.