Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oelmounkad/laravel7_vuejs_social_network---deployed
A mini social network built with Laravel & VueJs (with Vuex) where users can post Posts , comment and reply , and there will be other features like adding friends , likes , and chatting in realtime.
https://github.com/oelmounkad/laravel7_vuejs_social_network---deployed
bootsrtap4 laravel7 vuejs vuetify vuex
Last synced: 8 days ago
JSON representation
A mini social network built with Laravel & VueJs (with Vuex) where users can post Posts , comment and reply , and there will be other features like adding friends , likes , and chatting in realtime.
- Host: GitHub
- URL: https://github.com/oelmounkad/laravel7_vuejs_social_network---deployed
- Owner: Oelmounkad
- Created: 2020-06-30T22:03:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:20:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T07:56:57.912Z (about 2 months ago)
- Topics: bootsrtap4, laravel7, vuejs, vuetify, vuex
- Language: PHP
- Homepage:
- Size: 5.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Social Network
This Laravel/VueJs application (in progress) is a mini social network where users can post things , comment and reply , and there will be other features like adding friends , likes , and chatting in realtime.
### Application link
https://pure-mountain-70378.herokuapp.com/
### Technologies used
- **[Laravel 7](https://laravel.com/docs/7.x/)**
- **[Vue JS](https://vuejs.org/)**
- **[Vuetify](http://vuetifyjs.com/)**
- **[Bootstrap](https://getbootstrap.com/)**### How to use
To serve the laravel application do :
```bash
php artisan serve
```
The application will be served on : http://127.0.0.1:8000If you modify the Vuejs code make sure you compile it by :
```bash
npm run dev
```or:
```bash
npm run watch
```
to compile automatically after every change.Enjoy !