Skip to content

Mmeane/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

About

Music Player Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • Python 23.4%
  • CSS 4.6%
  • HTML 0.4%