mgalihpp / music_player

Music Player Web Application React + Flask

Home Page:https://music-player-nine-lime.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PREVIEW

preview preview preview

Stack

React JS FLASK

Installation

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

About

Music Player Web Application React + Flask

https://music-player-nine-lime.vercel.app


Languages

Language:JavaScript 73.8%Language:Python 21.5%Language:CSS 4.4%Language:HTML 0.3%