React-Mini-Social-Network

A reactive mini-social-network created with React!! ??

Github星跟蹤圖

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

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="yourgmail@gmail.com"
    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!!

主要指標

概覽
名稱與所有者yTakkar/React-Mini-Social-Network
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2017-07-26 19:05:56
推送於2022-02-11 04:03:19
最后一次提交2019-05-26 16:53:39
發布數1
最新版本名稱v1.0 (發布於 )
第一版名稱v1.0 (發布於 )
用户参与
星數220
關注者數20
派生數77
提交數129
已啟用問題?
問題數8
打開的問題數1
拉請求數7
打開的拉請求數4
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?