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

https://github.com/nlagdhir/music-app


https://github.com/nlagdhir/music-app

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          


# Music Store
It is basically music store app. User can upload their favorite music to store in database.

## Using Package
- Tailwind css
- React
- Axios
- React Icons
- Node JS
- Multer
- MongoDb
## Usage

Clone the project

```bash
git clone https://github.com/nlagdhir/music-app.git
```

Go to the project directory

```bash
cd music-app
```

Install dependencies

```bash
npm install
```

Start the client
```bash
npm start
```


### Server Setup :

Go Back to the root folder

Install dependencies

```bash
npm install
```

Start the server

```bash
nodemon index.js
```

## Backend Credentials

| Name | Value |
| ----------------- | ------------------------------------------------------------------ |
| MONGODB_URI |YOUR_DATABASE_URI|

## Frontend Credentials

| Name | Value |
| ----------------- | ------------------------------------------------------------------ |
| REACT_APP_BASE_URL | LOCAL_HOST_URL |

## Home Page

![music1](https://github.com/nlagdhir/music-app/assets/17096384/3be79a72-18b7-4163-8da4-d3810ff03b47)

## Home Page

![music2](https://github.com/nlagdhir/music-app/assets/17096384/7ad26eb1-ea2a-4199-8f76-68ad9651ad90)

## Dashboard

![admin](https://github.com/nlagdhir/music-app/assets/17096384/5c404759-9fae-4575-bf1f-c542c2ffbcc9)

## Add Music

![add-d](https://github.com/nlagdhir/music-app/assets/17096384/4c874014-a37c-409f-a75e-5f159fb03401)