Skip to content

Latest commit

 

History

139 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

team-chat

A cross platform real-time team chat application using Sockets.io, Mongo, Express, and Node. Front end applications were built using React and React Native. A web framework called Feathers was used to streamline the build out and make API interactions easier by creating services, and to make Sockets.io implementation easier. Feathers also enabled us to create hooks which were useful for doing things that normally might be done with a a middleware.

About

This project is a simple, easy to use hub for small business teams.

Getting Started with Team-Chat

Getting up and running is as easy as 1, 2, 3, 4.

  1. Run mongod. And make sure you have NodeJS and npm installed.

  2. Install your dependencies (note this will also npm install all dependencies in the /client folder)

    cd path/to/team-chat; npm install
    
  3. Start the server

    npm start
    
  4. Start the React client

    cd client && npm start
    

Testing

Simply run npm test and all your tests in the test/ directory will be run.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages