React-Mini-Social-Network
React-Mini-Social-Network copied to clipboard
A reactive mini-social-network created with React!! 😍🍻 - No longer maintained.
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 for the updated version of this project.
Other Versions
Quick liks
- Screenshots
- Own the project
Screenshots

UI is taken from Instagam-clone I created!!
Own the project
-
First install all dependencies:
# with npm npm install # or with yarn yarn -
Open PHPMyAdmin, create a DB & import
db.sqlfile. -
Create a
.envfile and insert the following code. Replace values with yours!!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" -
Start the server
npm start -
Now run the app
localhost:[PORT] PORT = YOU DEFINED IN .ENV FILE. 1157 BY DEFAULT!! -
Enjoy!!
Contribute
Show your support by 🌟 the project!!
Feel free to contribute!!