Skip to content

ashez2000/chitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chitchat

Simple chat app built using socket.io, sqlite and react

Features

  • User authentication
  • Real-Time messaging

Run locally

# setup .env
$ cp ./server/.env.example ./server.env
$ cp ./client/.env.example ./client/.env.local

# install deps
$ npm install

# runs both client and server using concurrently
$ npm run dev