Skip to content

Commit 8f53937

Browse files
committed
2 parents f6a8013 + 8a23834 commit 8f53937

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Musive
22

3-
Full-stack music player app is written in flutter and dart using node.js music API. Fully Functional music player with UI like Spotify app. Added 500+ royalty-free music and information about artists. Application users can make their own playlist or collect liked songs.
3+
Full-stack music player app is written in flutter and dart using node.js music API. Fully Functional music player with UI like Spotify app. Added 500+ royalty-free music and information about artists. Application users can make their own playlist or collect liked songs.
4+
for backend setup [here](https://github.com/Ansh-Rathod/Musive-Backend)
45

56
## **Demo**
67

@@ -62,6 +63,12 @@ And much more
6263

6364
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [Flutter](https://flutter.dev/docs/get-started/install) installed on your computer. From your command line:
6465

66+
### first setup backned from here
67+
68+
[Backend setup](https://github.com/Ansh-Rathod/Musive-Backend)
69+
you can setup backend on heroku. i have attached some steps for setup in readme file of backend.
70+
and edit api/url.dart file put your own url in baseUrl variable without "https://"
71+
6572
### Clone this repository
6673

6774
```bash
@@ -78,6 +85,7 @@ $ cd Flutter-Musive-app
7885

7986
```bash
8087
$ flutter pub get
88+
8189
```
8290

8391
### Run the app

0 commit comments

Comments
 (0)