Skip to content

A group chat react app using postgresql and nodejs for back-end.

Notifications You must be signed in to change notification settings

DerlisGM/project-group-chat-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Chat With Postgresql and React.

screenshot 1

How to set up this project

first open your terminal in the client and server folders then in each one execute

npm install

Create a postgresql database using the .sql file inside the server folder.

Add the next variables to your server enviroment.

DB_USER=*YOUR DATABASE USER*
DB_PASSWORD=*YOUR USER PASSWORD*
DB_HOST=localhost
DB_PORT=*YOUR POSTGRESQL PORT"
DB_DATABASE=groupchat

SESSION_SECRET=secret

now in the server folder execute:

npm run dev

and inside the client server:

npm start

you can use this code however you like.

About

A group chat react app using postgresql and nodejs for back-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • CSS 7.7%
  • HTML 1.9%