Skip to content

A messenger that its API is written in Node js, and the Frontend written in React js.

Notifications You must be signed in to change notification settings

alinowrouzii/messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple messenger whose API is written by Node js, and the Frontend written by React.

You can send text and audio message and also photo.

Modules [Frontend]

this messenger uses a number of open source modules to work properly:

Modules [Backend] api

How to run API

At first you should Install the api dependencies and devDependencies and start the server.

You should install MongoDB before.

cd messenger-master/server
npm i
mongod
npm run dev

How to run Frontend

Now you should Install the frontend dependencies and run the Frontend.

cd messenger-master/client
npm i
npm start

The frontend is available at http:https://localhost:3000

See:

User one User two
User one User two

About

A messenger that its API is written in Node js, and the Frontend written in React js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages