Skip to content

A reactive mini-social-network created with Vue!! πŸ³οΈβ€πŸŒˆπŸ€ž

License

Notifications You must be signed in to change notification settings

orkhanfarmanli/Vue-Mini-Social-Network

Β 
Β 

Repository files navigation

Single-Page-Social-Network

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

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 or Yarn:

    npm install

    or

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

About

A reactive mini-social-network created with Vue!! πŸ³οΈβ€πŸŒˆπŸ€ž

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 36.6%
  • JavaScript 35.1%
  • CSS 24.7%
  • HTML 3.6%