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

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.

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

```