Giter Club home page Giter Club logo

favourite-lyrics-app's Introduction

Favourite lyrics app


Twitter URL Generic badge GitHub License

FLA Build and reporting FLA e2e-video-series-app

Codacy Badge

Codacy Badge Coverage Status codecov

GitHub language count GitHub top language GitHub top language


Technologies used

Please check the TechStack.md file for details.

Introduction


This project is an implementation of a Favourite lyrics app. It contains an implementation to be used as an example of Hexagonal Architecture implemented in Java and Spring.

This is a part of a series of studies I am making about DDD(Domain driven architecture)

This project is also the official support project of my article on medium:

alt text Hexagonal Architecture

Stable releases


Project Layout

  • favourite-lyrics-domain - Domain libraries. This is where the domain model and the interfaces for it are located - (Inside)
  • favourite-lyrics-jpa - JPA libraries. This is the implementation of the domain libraries (Inside)
  • favourite-lyrics-core - Core libraries. This is where the services are located (Inside-Outside)
  • favourite-lyrics-rest - REST Controller libraries. This is where the rest controller is located (Outside)
  • favourite-lyrics-starter - Spring boot starter for this project
  • favourite-lyrics-test - Live running test project. (Not in included in docker-compose)
  • favourite-lyrics-gui - Front end application to better visualize and understand the project (Not associated with Hexagonal architecture directly, but it is part of the Outside)

Settings

This application has been tested to run with Java 17. The release being used is 13.0.1.hs-adpt, which is also known as:

sdk install java 17-open
sdk use java java 17-open

You need to have this version installed. I've achieved this by using SDK-MAN

Alternatively just run this script from the command line:

. ./sdk17.sh

You also need to run an LTS version of node JS.

I have made script for this which will automatically install NVM (Node Version Manager) and Node 16:

. ./node16.sh

How to run

make docker-clean-build-start
  • Endpoints
  1. http://localhost:8081/lyrics - All Lyrics
  2. http://localhost:8081/lyrics/random

Swagger UI

References

About me

GitHub followers

favourite-lyrics-app's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar jesperancinha avatar

Stargazers

 avatar

Watchers

 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.