###Info:
CatChat is made with a ReactJS Front-end, connected to a FeathersJS / SocketIO / ExpressJS, Back-end API that uses MongoDB. We basically created this app during our traineeship at Codaisseur to get familiar with diffrent kinds of frameworks.
###Team
###TODOS
My personal goal is to add:
- ability to add emoji's
- User authentication.
Download both the Front-end and Back-end and run the following commands for both of them:
npm install
npm start
open http://localhost:3000