Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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