Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 425 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 425 Bytes

WebMusicPlayer

TypeScript, Vue.js, SpringBoot, MyBatis, MySQL

How to run the app

  1. Go to dir music-client/music-manage
npm install
npm run serve
  1. Go to dir MusicServer
./mvnw spring-boot:run

or build and run the project from IntelliJ

  1. Start Redis Server Run following command in terminal
redis-server
  1. Open MySQL Run following command in terminal
mysql -u root -p