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

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

Awesome Lists containing this project

README

          

# PREVIEW


preview
preview
preview

## Stack

![React JS](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![FLASK](https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white)

## 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
```