https://github.com/jeffubayi/soga
A chat application
https://github.com/jeffubayi/soga
mern redux socket-io tailwindcss
Last synced: about 2 months ago
JSON representation
A chat application
- Host: GitHub
- URL: https://github.com/jeffubayi/soga
- Owner: jeffubayi
- Created: 2023-08-15T08:51:45.000Z (almost 3 years ago)
- Default Branch: major
- Last Pushed: 2023-08-15T13:29:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T14:27:20.816Z (over 1 year ago)
- Topics: mern, redux, socket-io, tailwindcss
- Language: TypeScript
- Homepage: https://soga-chat.vercel.app
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
