https://github.com/nlagdhir/music-app
https://github.com/nlagdhir/music-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nlagdhir/music-app
- Owner: nlagdhir
- Created: 2023-05-20T15:10:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T15:30:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T08:30:51.725Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://music-app-nlagdhir.vercel.app
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Home Page

## Dashboard

## Add Music
