Git Product home page Git Product logo

music-app's Introduction

Music-App

Simple Music App project with Springboot

Alt text

Getting Started

git clone https://github.com/edhiuchiha/music-app.git
cd music-app

Import your Project in your IDE (for example Eclipse)

Update your Project with right click on your Project > Maven > Update Project :

Make sure your java library installed with check it in lists of Maven Dependency

Your also can update your project with terminal :

mvn clean install

It will auto downloading your dependencies, wait until complete and BUILD SUCCESS

Running your springboot application

First make sure you have create the database with same name in application.properties in the project

Then you can run your Project rigth on your IDE with spring-boot:run in run configuration of your project

Or run build it with Maven that will be produce an file with .jar extenstion

So, you can run the .jar file in your terminal :

java -jar <file-path>

Alt text

Swagger Documentations

To show swagger API documentations, you can type this on web browser.

http://localhost:8081/swagger-ui.html

Alt text

You can test to run the applications with that swagger documentations.

Running the tests

You can run the automated test with JUnit 5

Alt text

Authors

My Social Media

music-app's People

Contributors

edhimurwanto avatar

Stargazers

Bryan Alexander avatar Swetha Babu T P avatar

Watchers

 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.