alinowrouzii / messenger

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://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.


Languages

Language:JavaScript 94.0%Language:CSS 5.4%Language:HTML 0.6%