Skip to content

Chat Application from Node JS and React JS with the help of Socket IO, Redux and Sequelize. Beautiful Design + Amazing Speed. By:- Animish Sharma

Notifications You must be signed in to change notification settings

Animish-Sharma/node-react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node React Chat Application

In this Repo, I have used React as frontend and Node Js in Backend.The application is perfectly separated by folders.

  • Database that has been used is PostGreSQL.Which can be integrated in NodeJs with the help of sequelize.
  • For Authetication JWT (Json Web Tokens) have been used instead of Passport.
  • SASS (Syntactically Awesome Style Sheets) replaced CSS (Cascading Style Sheets) in this project.
  • Socket IO has been used.

Getting Started

Anyone with the basic knowledge of Node Js, React Js , Socket IO, SQL can build this project.

SQL is used only once in this project

You can Run the Project by:-

Creating an env file with same variables as used in project

Before you run frontend first you have to run backend

In the backend directory:-

nodemon or npm start or node index.js

will run the project in devlopment mode and you might as well see errors in frontend

To deploy this project you can check out this website

In frontend Directory:-

npm start

will run the project on devlopment mode
Open localhost:4000 to view the project

Page will reload if you make changes and you will see console errors

npm build

will build the app for production ,for more information visit this page

Thank You

Your's Sincerely

Animish Sharma

About

Chat Application from Node JS and React JS with the help of Socket IO, Redux and Sequelize. Beautiful Design + Amazing Speed. By:- Animish Sharma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published