Giter VIP home page Giter VIP logo

colorfulmusic's Introduction

ColorfulMusic

不一样的音乐,不一样的色彩

#### 数据库注意事项 1. 为了方便,你可以直接简单地在你的 MySQL 数据库中添加 'cm' 用户,密码为 'cm':
GRANT ALL PRIVILEGES ON \*.* TO 'cm'@'localhost' IDENTIFIED BY 'cm';
FLUSH PRIVILEGES; 2. 导入数据库:
SOURCE db.sql 3. 然后自行插入一些数据(比较麻烦,建议队友们写个小程序)

目前提供的基本 API

基础路径: http://localhost:8080/ColorfulMusic,数据格式为 JSON

colorfulmusic's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.