Skip to content

A real time chat app for network class at computer science graduation made with ReactJs + Socket.IO + NodeJs + Express

Notifications You must be signed in to change notification settings

BrendonHenrique/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

  • A real time chat application , project created for the discipline of networks in the course of computer science at federal university of pelotas.

Technologies used within:

  • Socket.io
  • React
  • Redux
  • StyledComponents
  • MaterialUI
  • Jest
  • NodeJs
  • Express
  • MongoDB
  • Babel
  • Webpack

Setup the enviroment

To run this project you will need to install a mount of dependencies , so for this you should need to istall first :

  • NodeJS
  • NPM

Initialiazing frontend

In the ./frontend directory, you can run at your command line :

npm install // to install all dependencies

npm start // to init client-side

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Initialiazing backend

In the ./backend directory, you can run at your command line :

npm install // to install all dependencies

npm start // to init server-side

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

App screenshot

alt text

About

A real time chat app for network class at computer science graduation made with ReactJs + Socket.IO + NodeJs + Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published