Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ytakkar/react-mini-social-network

A reactive mini-social-network created with React!! 😍🍻 - No longer maintained.
https://github.com/ytakkar/react-mini-social-network

mern react single-page-app social-network

Last synced: 6 days ago
JSON representation

A reactive mini-social-network created with React!! 😍🍻 - No longer maintained.

Awesome Lists containing this project

README

        

# Single-Page-Social-Network
A reactive single-page-social-network created with React. Screenshots below!!

**No longer maintained. But it works**

**[Please visit this link](https://github.com/yTakkar/React-Instagram-Clone-2.0)** for the updated version of this project.

# Other Versions
**[Vue Version](https://github.com/yTakkar/Vue-Mini-Social-Network)**

**[Golang Version](https://github.com/yTakkar/Go-Page-Social-Network)**

**[Ruby On Rails Version](https://github.com/yTakkar/Rails-Mini-Social-Network)**

# Quick liks
1. [Screenshots](#screenshots)
2. [Own the project](#own-the-project)

# Screenshots
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.11.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.24.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.34.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.27.45.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.29.13.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.31.06.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/15f084078b23b862a7537adbc721623e0b81578d/screenshots/Snap%202017-09-17%20at%2013.30.18.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.29.35.png)
![alt text](https://raw.githubusercontent.com/yTakkar/Single-Page-Social-Network/master/screenshots/Snap%202017-07-27%20at%2000.28.54.png)

[More screenshots](https://github.com/yTakkar/Single-Page-Social-Network/tree/master/screenshots).

UI is taken from [Instagam-clone](https://github.com/yTakkar/Instagram-Clone) I created!!

# Own the project
1. First install all dependencies:
```bash
# with npm
npm install

# or with yarn
yarn
```

2. Open PHPMyAdmin, create a DB & import `db.sql` file.
3. Create a `.env` file and insert the following code. Replace values with yours!!

```javascript
PORT=YOUR_PORT
MYSQL_HOST="host"
MYSQL_USER="user"
MYSQL_PASSWORD="password"
MYSQL_DATABASE="db"
MAIL="[email protected]"
MAIL_PASSWORD="gmail-password"
SESSION_SECRET_LETTER="anything-secret"
```

4. Start the server
```javascript
npm start
```

5. Now run the app
```javacript
localhost:[PORT] PORT = YOU DEFINED IN .ENV FILE. 1157 BY DEFAULT!!
```

6. Enjoy!!

# Contribute
Show your support by 🌟 the project!!

Feel free to contribute!!