Skip to content

mgalihpp/music_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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