Skip to content

MeMoElprince/poking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Summary

It's a chat platform enables you to add friends using email address then you can chat with them.
Your are welcome to Website.

Features

  • Private secure chat.
  • Adding friends to start chatting.
  • Delete friends
  • A profile page

Comming Features

  • User can have photo
  • upload files via chat
  • User can create and join groups

Installation & Setup

Server side

prerequisites
$ git clone 
$ cd poking-app
$ cd server
$ npm install 
$ npm run dev # for development
$ npm run prod # for production
⚠️ Do not forget to add your own .env file
change env.example file name to config.env and add your own values.

Client side