shasw94 / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS Implementation of a Server for Chat Application

This is a backend implementation of Front-end-demo-app with JWT Authorization.

Dependancies

  • Postgres DB
  • NestJS
  • Node.js, npm

Getting the server started

  • Clone the repository
  • Browse to the repository
  • Install the required packages by typing npm install
  • Install Postgres DB from its website.
  • After completion hit npm run start:dev to start the development server, for the demo above ensure this server is on port 3000

Server should be up and running now, enjoy.

About

License:MIT License


Languages

Language:TypeScript 97.7%Language:JavaScript 2.3%