https://github.com/mgalihpp/music_player
Music Player Web Application React + Flask
https://github.com/mgalihpp/music_player
flask mp3 mp3-player music music-player music-player-application musicplayer musicplayer-online musicstreaming react web website
Last synced: 5 months ago
JSON representation
Music Player Web Application React + Flask
- Host: GitHub
- URL: https://github.com/mgalihpp/music_player
- Owner: mgalihpp
- Created: 2023-10-19T14:22:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T17:31:18.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T14:51:18.446Z (6 months ago)
- Topics: flask, mp3, mp3-player, music, music-player, music-player-application, musicplayer, musicplayer-online, musicstreaming, react, web, website
- Language: JavaScript
- Homepage: https://music-player-nine-lime.vercel.app
- Size: 225 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PREVIEW
![]()
![]()
![]()
## Stack

## Installation
1. Install Python and node js
```txt
python ver. 3.9
node -v```
2. Clone the repository to your local machine:
```
git clone https://github.com/mgalihpp/music_player.git
```3. Create Virtual Enviroment for Python:
```
cd server
Python -m venv .venv
.venv\Scripts\activate
```4. Install required dependecies:
```
pip install -r requirements.txt
```5. Run application:
```
flask --app app run
```6. Run Client Application
```
cd client
```7. Install dependecies and Run Application:
```
npm i
npm run dev
```