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

https://github.com/jabrena/mahabharata-gods

REST API to calculate the popularity of Indian gods in Mahabharata
https://github.com/jabrena/mahabharata-gods

Last synced: 25 days ago
JSON representation

REST API to calculate the popularity of Indian gods in Mahabharata

Awesome Lists containing this project

README

        

# Mahabharata Gods

REST API to Calculate the popularity of Indian gods in Mahabharata book.
The goal of the project/challenge is to explore feature of **CompletableFutures** in java.

## Pre-requisites

- Java 11
- Maven

## Build

```bash
mvn clean install
```

## Run

```bash
mvn spring-boot:run
```