Skip to content

CamposCaio/ecos12-chat-backend

Repository files navigation

ecos12-chat-backend

TO-DO

  • Return all online clients to client connection
  • Generate a JWT token for each client and send it to the client
  • Create groups router

Dependencies

  • Node.js
  • Sqlite3
  • Yarn

How To Run

  1. In the root folder, install the dependencies:
$ yarn
  1. Create de database using the Sqlite3:
$ sqlite3 chat.db < chat.sql < seeder.sql
  1. Compile the project:
$ yarn tsc
  1. Run the project using the following command:
$ yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages