https://github.com/roseneezar/chat-app-web
Chat app
https://github.com/roseneezar/chat-app-web
docker docker-compose nestjs nextjs postgresql react-router-dom reactjs redux typescript
Last synced: 3 months ago
JSON representation
Chat app
- Host: GitHub
- URL: https://github.com/roseneezar/chat-app-web
- Owner: RoseNeezar
- Created: 2021-05-21T14:27:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T15:13:32.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T08:13:57.891Z (over 1 year ago)
- Topics: docker, docker-compose, nestjs, nextjs, postgresql, react-router-dom, reactjs, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat clones
Chat application that contains the mvp features of a generic chat app.

## Features
- Login
- Register
- Logout
- 1 on 1 chat
- Search users
- Create chat channels with user
- Send message to user
- Paginated messages
- Delete chat
## Tech Stack
### Frontend
- Nextjs
- typescript
- tailwind css
- Redux
### Backend
- Nestjs
- typescript
- postgressql
- socket io
### Devops
- nginx
- Docker
- Docker compose
## Installation
To start run
```bash
cp .env.example .env
```
```bash
yarn start
```
App runs by default at http://localhost:3005
## Helpers
Install lazydocker on your system. This tool can help visualise container logs.
## License
[MIT](https://choosealicense.com/licenses/mit/)