An open API service indexing awesome lists of open source software.

https://github.com/andriykalashnykov/movie-fun


https://github.com/andriykalashnykov/movie-fun

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Movie Fun!

Smoke Tests require server running on port 8080 by default.

## Build WAR ignoring Smoke Tests

```
$ mvn clean package -DskipTests -Dmaven.test.skip=true
```

## Run Smoke Tests against specific URL

```
$ MOVIE_FUN_URL=http://moviefun.example.com mvn test
```