Vue-Mini-Social-Network

A reactive mini-social-network created with Vue!! ?️‍??

Github星跟蹤圖

Single-Page-Social-Network

A reactive mini-social-network created with Vue!!

No longer maintained. But it works

Another Versions

React Version

Golang Version

Ruby On Rails Version

Quick liks

  1. Screenshots
  2. Usage

Screenshots

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

Usage

  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"
    SESSION_SECRET_LETTER="anything-secret"
    
  4. Start the server

    npm start [OR] yarn start
    
  5. Now run the app

    localhost:[PORT] PORT=3917 (By default)
    
  6. Enjoy!!

主要指標

概覽
名稱與所有者yTakkar/Vue-Mini-Social-Network
主編程語言Vue
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2017-10-05 15:42:56
推送於2022-02-11 04:02:51
最后一次提交2021-12-27 17:19:05
發布數0
用户参与
星數299
關注者數24
派生數80
提交數47
已啟用問題?
問題數7
打開的問題數1
拉請求數2
打開的拉請求數5
關閉的拉請求數14
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?