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

https://github.com/john-weeks-dev/music-social-network-api

Music Social Network Api is the the backend/api for music-social-network. Made with Laravel
https://github.com/john-weeks-dev/music-social-network-api

image-crop image-cropper image-cropping image-upload intervention-image laravel laravel-api laravel-application laravel-crud laravel-crud-api laravel-framework laravel-image-intervention laravel-image-upload laravel-sanctum laravel-sanctum-token laravel-service laravel-vue laravel9 php php-framework

Last synced: 4 months ago
JSON representation

Music Social Network Api is the the backend/api for music-social-network. Made with Laravel

Awesome Lists containing this project

README

        

# Music Social Network API (music-social-network-api)

### Tutorial series on how to build this

If you'd like a step by step guide on how to build this just **CLICK THE IMAGE BELOW**

[![GO TO JOHN WEEKS DEV TUTORIAL VIDEOS](https://user-images.githubusercontent.com/108229029/203507483-ff8d6ef8-7e33-4223-a4a6-f9d734dde0f4.jpeg)](https://rumble.com/v1q1if1-laravel-9-and-vue-3-full-project-tailwind-css-pt-1.html)

Come and check out my YOUTUBE channel for lots more tutorials -> https://www.youtube.com/@johnweeksdev

**LIKE**, **SUBSCRIBE**, and **SMASH THE NOTIFICATION BELL**!!!

## Demonstration Video

https://user-images.githubusercontent.com/108229029/194870186-6bcc9183-a8f0-410e-bd26-5775274459e1.mp4

## Setup

Clone the project

```
git clone https://github.com/John-Weeks-Dev/ev-charge-map-api.git
```

Then
```
composer install

cp .env.example .env

php artisan cache:clear

composer dump-autoload

php artisan key:generate

php artisan serve
```

Create a DATABASE an then run the command
```
php artisan migrate
```

# Application images/pages

## Profile Section


Screenshot 2022-10-10 at 20 18 12
Screenshot 2022-10-10 at 20 20 23
Screenshot 2022-10-10 at 20 18 12

## Posts


Screenshot 2022-10-10 at 20 35 00
Screenshot 2022-10-10 at 20 37 48
Screenshot 2022-10-10 at 20 44 50
Screenshot 2022-10-10 at 20 46 51