Skip to content

flaviolsousa/api-movies-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-movies-example

A Rest API with basic functionalities

Table of contents


Requirements:

  • JRE 11
  • Apache Maven

How to run

Start everything in containers:

make build run

Start application on IDE and dependencies on containers:

make run-dependencies

Run: br.com.fs.api.movies.ApiMoviesExampleApplication.java

Access url: http://localhost:8080/


How to test

Before proceeding, stop all related containers

make test

or

mvn clean test

How to clean

Will clean related dockers containers, networks and disks

make clean

back to top

About

A Rest API with basic functionalities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages