Skip to content

stnc-javascript/React-Mini-Social-Network

Β 
Β 

Repository files navigation

Single-Page-Social-Network

A reactive single-page-social-network created with React. Screenshots below!!

Another Versions

Vue Version

Golang Version

Ruby On Rails Version

Quick liks

  1. Screenshots
  2. Own the project

Screenshots

alt text alt text alt text alt text alt text alt text alt text alt text alt text

More screenshots.

UI is taken from Instagam-clone I created!!

Own the project

  1. First install all dependencies:

    # 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!!

    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

    npm start
  5. Now run the app

    localhost:[PORT]     PORT = YOU DEFINED IN .ENV FILE. 1157 BY DEFAULT!!
    
  6. Enjoy!!

Contribute

Show your support by 🌟 the project!!

Feel free to contribute!!

About

A reactive mini-social-network created with React!! 😍🍻

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.3%
  • CSS 21.5%
  • HTML 3.2%