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

https://github.com/hesbon-osoro/snappy-server

Snappy Chat App using React, Node.js, Express, Socket.io, and MongoDB (Server)
https://github.com/hesbon-osoro/snappy-server

express localstorage mongodb node react socket-io

Last synced: 3 months ago
JSON representation

Snappy Chat App using React, Node.js, Express, Socket.io, and MongoDB (Server)

Awesome Lists containing this project

README

          

# Snappy Chat (Server)

## Technologies

- React
- Node.js
- Express
- Socket.io
- MongoDB

The Server is deployed by [`Cyclic`](https://cyclic.sh/)

```code
# Clone the repo
git clone https://github.com/hesbon-osoro/snappy-server.git

# Go to directory
cd snappy-server && yarn

# Start the server
# Production (mode)
yarn start

# Development (mode)
yarn dev
```

Then start the [`client`](https://github.com/hesbon-osoro/snappy-chat) app