Skip to content

Dhaneshwarguiyan/chap-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a chat application that I made while learning socket.io

Initial development setup guide
Setup postgres in your desktop or start a docker instance
Run npm install on both the /frontend and /backend folder seprately
setup the .env files using the .env_example and then run the following commands
cd /frontend
npm run dev //this will start your frontend
Open a new terminal
cd /backend
npm run start //this will start your backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published