All Projects → yTakkar → Vue Mini Social Network

yTakkar / Vue Mini Social Network

Licence: mit
A reactive mini-social-network created with Vue!! 🏳️‍🌈🤞

Projects that are alternatives of or similar to Vue Mini Social Network

React Mini Social Network
A reactive mini-social-network created with React!! 😍🍻
Stars: ✭ 203 (-26.98%)
Mutual labels:  social-network, single-page-app
Ios Pwa Wrapper
An iOS Wrapper application to create a native iOS App from an offline-capable Progressive Web App.
Stars: ✭ 268 (-3.6%)
Mutual labels:  single-page-app
react-social-network
react social network
Stars: ✭ 13 (-95.32%)
Mutual labels:  social-network
fanfou-cli
饭否命令行客户端
Stars: ✭ 21 (-92.45%)
Mutual labels:  social-network
cakephpvue-spa
A CakePHP + VueJS single page application skeleton/boilerplate.
Stars: ✭ 40 (-85.61%)
Mutual labels:  single-page-app
Android Pwa Wrapper
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
Stars: ✭ 265 (-4.68%)
Mutual labels:  single-page-app
meet-the-fans
Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks.
Stars: ✭ 22 (-92.09%)
Mutual labels:  social-network
Repository Hunter
🌹 Making GitHub more socially engaging 🎮 and fun 🍥 for all
Stars: ✭ 273 (-1.8%)
Mutual labels:  social-network
Djangocms Blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
Stars: ✭ 268 (-3.6%)
Mutual labels:  social-network
wasedatime-web
An unofficial web app for syllabus searching, classroom finding, and bus schedule checking at Waseda University.
Stars: ✭ 30 (-89.21%)
Mutual labels:  single-page-app
anon.land
open source Imageboard just like was Voxed.net
Stars: ✭ 16 (-94.24%)
Mutual labels:  social-network
webpack-static-site-generator
A static site generator for Webpack
Stars: ✭ 14 (-94.96%)
Mutual labels:  single-page-app
Vanillajs Spa
a simple SPA in vanilla js
Stars: ✭ 265 (-4.68%)
Mutual labels:  single-page-app
social-network
Social Network made with Laravel + Vue + Love implementing TDD and Laravel Dusk tests
Stars: ✭ 25 (-91.01%)
Mutual labels:  social-network
Go Mini Social Network
A mini social-network created with the awesome Golang💖💖!!
Stars: ✭ 269 (-3.24%)
Mutual labels:  social-network
Sharingan
We will try to find your visible basic footprint from social media as much as possible - 😤 more sites is comming soon
Stars: ✭ 13 (-95.32%)
Mutual labels:  social-network
orca
Build modern community apps with React and Node.
Stars: ✭ 1,087 (+291.01%)
Mutual labels:  social-network
Curi
A JavaScript router for single-page applications
Stars: ✭ 262 (-5.76%)
Mutual labels:  single-page-app
Twitter Cleanup
🛁 Clean-up inactive accounts and bots from your Twitter
Stars: ✭ 275 (-1.08%)
Mutual labels:  social-network
Arbore
Friend-to-friend filesharing app to save the world from dystopia
Stars: ✭ 270 (-2.88%)
Mutual labels:  social-network

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].