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
- Host: GitHub
- URL: https://github.com/jabrena/mahabharata-gods
- Owner: jabrena
- Created: 2019-10-15T21:05:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T21:00:19.000Z (over 5 years ago)
- Last Synced: 2025-02-13T10:48:32.108Z (3 months ago)
- Size: 4.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```