Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohamsshah/socialley
Socialley - A Discussion Alley for smart socializing.
https://github.com/sohamsshah/socialley
chat-application express mern mongodb nodejs react socket-io
Last synced: 3 days ago
JSON representation
Socialley - A Discussion Alley for smart socializing.
- Host: GitHub
- URL: https://github.com/sohamsshah/socialley
- Owner: sohamsshah
- License: mpl-2.0
- Created: 2021-05-01T01:28:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T09:38:36.000Z (over 3 years ago)
- Last Synced: 2024-11-01T16:42:55.679Z (about 2 months ago)
- Topics: chat-application, express, mern, mongodb, nodejs, react, socket-io
- Language: JavaScript
- Homepage: https://socialley.netlify.app/
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Socialley 💬
A Discussion Alley for smart socializing.
## LIVE SITE: https://socialley.netlify.app/
Demo Credentials:email: [email protected],
password: Demo@1234# Tech Stack
MERN + socket.io + Auth0 + Tailwind and Vanilla CSS
## Development Guide
### Spinning up local dev setup
- Socialley uses Node.js + Express as backend. Run the below commands in the root of your clone.
```
npm install
node server.js
```
This should start the server on `PORT 8080`- React.js is used for the Client Side. Setup the local React env by running below commands
```
cd client && npm install
npm start
```
This should start the client on `PORT 3000`- Setup Environment Variables
For connect MongoDB database, create a .env file in the root of the repository and add:
```
MONGODB_URI = "create-your-own-mongo-db-uri"
```For client side, create a .env file in the `/client` folder of the repository and add:
```
REACT_APP_AUTH0_DOMAIN="create-your-own-domain-on-auth0"
REACT_APP_AUTH0_CLIENT_ID="create-your-own-client-on-auth0"
```### **Contributing to Socialley** 🚀
**Socialley** is truly Open Source. Any sort of contribution to this project are highly appreciated 💖 Please refer the [contributing guide](./CONTRIBUTING.md) for more insights upon how to contribute to **Socialley**.## **License**
This project is licensed under the terms of the
[MPL-2.0](/LICENSE)## Developed with 💖 by **Team Axios** 💻:
* [Rohit Dhatrak](https://github.com/RohitDhatrak)
* [Prerana Nawar](https://github.com/prerana1821)
* [Soham Shah](https://github.com/sohamsshah)