Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 944 Bytes

readme.md

File metadata and controls

61 lines (42 loc) · 944 Bytes

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