Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinisioux/realtime-chat
Realtime Chat app using Typescript, Docker, Node.js and ReactJS
https://github.com/vinisioux/realtime-chat
bootstrap docker mongodb nodejs reactjs socket-io typescript
Last synced: 19 days ago
JSON representation
Realtime Chat app using Typescript, Docker, Node.js and ReactJS
- Host: GitHub
- URL: https://github.com/vinisioux/realtime-chat
- Owner: vinisioux
- Created: 2024-12-23T02:50:41.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T03:02:52.000Z (24 days ago)
- Last Synced: 2024-12-23T04:19:07.086Z (24 days ago)
- Topics: bootstrap, docker, mongodb, nodejs, reactjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Realtime chat app w/ Node.js + TypeScript + MongoDB + ReactJS
## :rocket: Stack
This project is being developed using the following technologies:- [Node.js](https://nodejs.org/en/)
- [TypeScript](https://www.typescriptlang.org/)
- [MongoDB](https://www.mongodb.com/)
- [Express.js](https://expressjs.com/)
- [SocketIO](https://socket.io/)
- [Docker](https://www.docker.com/)
- [ReactJS](https://reactjs.org)
---
## :dart: How To RunTo clone and run this application, you'll need [Git](https://git-scm.com) and [Docker + Docker Compose](https://www.docker.com/) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/vinisioux/realtime-chat.git# Go into the repository
$ cd realtime-chat/# Start app
$ docker-compose up --build
```