Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/algab/api-cinemagazine

API CineMagazine
https://github.com/algab/api-cinemagazine

kotlin spring-boot

Last synced: 5 days ago
JSON representation

API CineMagazine

Awesome Lists containing this project

README

        

# API CineMagazine

[![API CineMagazine](https://github.com/algab/api-cinemagazine/actions/workflows/master.yml/badge.svg)](https://github.com/algab/api-cinemagazine/actions)
[![codecov](https://codecov.io/gh/algab/api-cinemagazine/graph/badge.svg?token=7PLQZWYKIZ)](https://codecov.io/gh/algab/api-cinemagazine)

API of application CineMagazine. CineMagazine is an application where users can search for movies, tv shows and mark them as to watch or already watched.

## Commands

**Execute application**

```
./gradlew bootRun
```

**Running unit tests with coverage**

```
./gradlew koverHtmlReport
```

**Compile code**

```
./gradlew bootJar
```