Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 309 Bytes

A simple chat app in javascript

Technologies used

  • frontend - Tailwind CSS, Flowbite
  • backend - Node.js
  • database - MySQL

Installation

  1. Install dependencies
npm install
  1. run the main.js file
node main.js

TODO:

  • Add unit tests
  • Add password hashing
  • Refactor code