Skip to content

dfsotop/movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Management

A simple project to manage a movies catalog using a hexagonal architecture model.

Requirements

This project requires:

  • java8
  • maven 3.5.*
  • mysqlDB 5.6

Getting Started

  • change to this repository in your local host
  • execute mvn clean install
  • execute java -jar app.jar

Swagger

A complete list of the available endpoints is provided when you run the application. Simply start the api and browse to http://localhost:8080/swagger-ui/index.html This should show the full Swagger documentation.

Docker

The application is fully deployable as a containerized app. To do this simply navigate to the project root and execute docker build .

Documentation

More documentation coming soon!

About

Simple movies management API with hexagonal architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published