https://github.com/smuibrig/socialnetwork
This project enables users to find other users and to engage with them by making friend requests, accepting friend requests and declining friend requests.
https://github.com/smuibrig/socialnetwork
express nodejs reactjs redux socket-io sql
Last synced: 4 months ago
JSON representation
This project enables users to find other users and to engage with them by making friend requests, accepting friend requests and declining friend requests.
- Host: GitHub
- URL: https://github.com/smuibrig/socialnetwork
- Owner: smuibrig
- License: mit
- Created: 2020-08-02T11:33:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:06:39.000Z (over 3 years ago)
- Last Synced: 2025-10-10T15:04:05.084Z (9 months ago)
- Topics: express, nodejs, reactjs, redux, socket-io, sql
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOCIALNETWORK
### About
This project is comparable to a social network such as Facebook or LinkedIn. It enables its user to find other users and to engage with them by making friend requests, accepting friend requests and declining requests. There is also a public chat for all users.
Frameworks/systems: React.js, Redux, Socket.io, SQL, Node.js/Express
### Development
To fork and work with this project follow these steps:
```
# Clone the repository
git clone https://github.com/smuibrig/socialnetwork
# Go inside the directory
cd socialnetwork
# Install dependencies
npm install
# Start development server
node bundle-server.js
node index.js
```