Skip to content

dossiersolutions/track-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track store

Track store is a Java Spring boot app for dealing with music tracks.

Prerequisites

Create postgres database called trackstore. The syntax to create a database in PostgreSQL is:

CREATE DATABASE trackstore;

Run

Usage requires maven build tool. To run application execute

mvn spring-boot:run

API info

API info can be seen on /swagger-ui.html#/ page

DATA MODEL

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published