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)
- Host: GitHub
- URL: https://github.com/hesbon-osoro/snappy-server
- Owner: hesbon-osoro
- Created: 2022-08-24T21:51:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T11:13:59.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T12:28:06.339Z (6 months ago)
- Topics: express, localstorage, mongodb, node, react, socket-io
- Language: JavaScript
- Homepage: https://snappy-server.cyclic.app/
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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