Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## 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:8000

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