Skip to content

long-cv/zChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

zChat

  1. A chatting app sample.
  • Using react native for client app and nodejs for server.
  • Using MongoDB to store app data at server.
  1. App features:
  • Authentication with jsonwebtoken.
  • Sign up.
  • Sign in.
  • Sign out.
  • Update user profile.
  • Chatting one to one.
  • Show list of user.
  • Show list of conversation of each user.
  1. Install:
  • Install Node.js
  • cd to project folder and call: npm install
  • Install mongodb and then:
    • create database named zChatDB.
    • create collections: user, message, conversation.
  1. Run server:
  • cd to server folder and call: npm start.
  1. Images.

signup signin profile profileUpdate friend messagebox chat