All Projects → albertorsesc → social-network

albertorsesc / social-network

Licence: other
Social Network made with Laravel + Vue + Love implementing TDD and Laravel Dusk tests

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to social-network

Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (+1828%)
Mutual labels:  vuejs2, bootstrap4
Spala
Spala (SPA LARAVEL): a modern lightweight CMS for Laravel and Vue developers (open source project).
Stars: ✭ 91 (+264%)
Mutual labels:  vuejs2, bootstrap4
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+11704%)
Mutual labels:  vuejs2, bootstrap4
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+452%)
Mutual labels:  vuejs2, bootstrap4
Klik Socialmediawebsite
Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
Stars: ✭ 129 (+416%)
Mutual labels:  social-network, bootstrap4
Urlhub
URL shortener web application based on the Laravel PHP Framework.
Stars: ✭ 217 (+768%)
Mutual labels:  tdd, laravel-application
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (+164%)
Mutual labels:  vuejs2, laravel-application
Laravel Vue Spa
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172 (+588%)
Mutual labels:  vuejs2, bootstrap4
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+4184%)
Mutual labels:  social-network, vuejs2
Laravel 5.3 And Vue Js 2.0 Social Network
Social network built with Laravel 5.3 and Vue js 2.0
Stars: ✭ 137 (+448%)
Mutual labels:  social-network, vuejs2
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (+16%)
Mutual labels:  social-network, laravel-application
vuex-action
🔨 Utilities for vuex to easily create and manage actions.
Stars: ✭ 27 (+8%)
Mutual labels:  vuejs2
vue2-codemirror-lite-js
🎩 Lightweight CodeMirror component for Vue.js 2.x (JS only with linting via JSHINT)
Stars: ✭ 16 (-36%)
Mutual labels:  vuejs2
remote-pad-gui
Desktop app to start remote pad services to help you get started
Stars: ✭ 17 (-32%)
Mutual labels:  vuejs2
dynamoc
A DynamoDB GUI client https://ieiayaobb.github.io/dynamoc/
Stars: ✭ 70 (+180%)
Mutual labels:  vuejs2
cucumber
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
Stars: ✭ 322 (+1188%)
Mutual labels:  tdd
react-social-network
react social network
Stars: ✭ 13 (-48%)
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 (-48%)
Mutual labels:  social-network
dusk-demo
Laravel Dusk Demo
Stars: ✭ 26 (+4%)
Mutual labels:  laravel-dusk
meet-the-fans
Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks.
Stars: ✭ 22 (-12%)
Mutual labels:  social-network

Social-App

This is a Social Network application built with Laravel and VueJS using TDD and Laravel Dusk Tests.

Laravel VueJS Dusk

About

This application is created using completely the TDD approach.

To run all tests just use the command:
`/project/path$ ./vendor/bin/phpunit --testdox`

and

`/project/path$ php artisan dusk --testdox`

For Dusk test: Start the .env.dusk.local file instead of

`php artisan serve` 

use:

`php artisan serve --env=dusk.local`

Installation

  • git clone https://github.com/Bcryp7/social-network.git
  • composer install
  • npm install
  • cp .env.example .env
  • php artisan key:generate
  • Set DB credentials in .env file
  • Set Pusher credentials in .env file
  • npm run watch
  • php artisan serve
  • Enjoy!

Contributing

Thank you for considering contributing to the Social Network App! Feel free to create a PR for any changes you consider appropriate and it will be open to discussion. Please include appropriate tests.

Security Vulnerabilities

If you discover a security vulnerability within Social Network App!, please create a PR so I can address it as soon as possible.

License

You can do whatever you want with the Code or maybe you can help me make this project even better.

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].