/Modchat

Primary LanguageJavaScript

Modchat

Chat application with React on the front end. The application has express and node on the back end with a mongo db database. The communication between users is done through socket.io.

  • Front end So far we have a sign in and login page with other pages created including the chat page. The application has react hooks and context API as a means of data retrieval from the UI. The front end is styled with css, bootstrap and materialUI.

  • Backend The server is created through node and express. The data is hosted on mongodb for both the users and the storage of messages.