Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 767 Bytes

NewTunesApp

NewTunesApp is a web application where user can search tracks from SQLite database. It is built using Java Spring, REST API and Thymeleaf as a templating engine. It can be accessed through websites or the API.

API

Postman REST API collection can be found from the root folder.

Web page

Link to Heroku.

Home page

Home page view displays five random songs, artists and genres. It also includes search bar which is used to search for tracks.

homepage

Search page

Search page view displays result of the search.

search page