Skip to content

SiddhantPainter/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

Node + Postgres + React + Socket demo app

backend setup

  1. Create a database with name chat_app.
  2. cd backend
  3. create .env file and add below content in it. and replace username and password.
DB_HOST='localhost'
DB_NAME='chat_app'
DB_USERNAME=<username>
DB_PASSWORD=<password>
  1. npm install
  2. npx sequelize-cli db:migrate
  3. npm start

frontend setup

  1. cd frontend
  2. npm install
  3. npm start

About

Node + Postgres + React + Socket demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •