Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 488 Bytes

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