Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/react-chat-app
The backend of a chat app built with express socketio and react.
https://github.com/andrewn6/react-chat-app
mongodb mongoose nextjs nodejs react redux socketio
Last synced: 4 days ago
JSON representation
The backend of a chat app built with express socketio and react.
- Host: GitHub
- URL: https://github.com/andrewn6/react-chat-app
- Owner: andrewn6
- Created: 2021-03-13T02:16:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T23:19:05.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T07:44:30.439Z (6 days ago)
- Topics: mongodb, mongoose, nextjs, nodejs, react, redux, socketio
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get the API/Socket.io server up
First off, Create an account for mongodb.com as you need your own cluster/database to run this application. There are clusters that cost exactly 0$ So you dont have to worry about any fees.
> Note: If you already have an account or just created one, Follow this tutorial on how to setup a cluster with security/credentials.
Before running make sure in /server/configs you replace your mongo credentials with your own.
```
cd server
```
```
npm install
```
```
npm run dev
```I have built this with NextJS, React, Express and of course Socket.IO.
# Preview