Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffubayi/soga

A chat application
https://github.com/jeffubayi/soga

mern redux socket-io tailwindcss

Last synced: 12 days ago
JSON representation

A chat application

Awesome Lists containing this project

README

        

# SOGA
A realtime chat application built with React, Redux, Express, SocketIO and MongoDB.

## Installation

Install frontend dependencies

```bash
cd frontend
npm install

// start server
npm start
```

Install backend dependencies

```bash
cd backend
npm install

// start server
npm start
```

## Technology Used

#### Frontend

- [React](https://reactjs.org/)
- [Redux-Toolkit](https://redux-toolkit.js.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [React-Hooks-From](https://react-hook-form.com/)

#### Backend

- [Express](https://reactjs.org/)
- [MongoDB](https://www.mongodb.com/)
- [SocketIO](https://socket.io/)

#### Screen

Chat View
![Register Page](./images/chat.jpg)