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

https://github.com/yourakshaw/lucky-draw-gaming-service

A service which allows users to get Lucky Draw Raffle tickets and use one lucky draw raffle ticket to participate in a lucky draw game.
https://github.com/yourakshaw/lucky-draw-gaming-service

Last synced: 4 months ago
JSON representation

A service which allows users to get Lucky Draw Raffle tickets and use one lucky draw raffle ticket to participate in a lucky draw game.

Awesome Lists containing this project

README

        


#### Dependencies

- [Java SE Development Kit 11.0.10](https://www.oracle.com/in/java/technologies/javase-jdk11-downloads.html)
- [MongoDB](https://docs.mongodb.com/manual/installation/)


### GET API

**WINNERS_API**

##### USAGE:
- `127.0.0.1:8081/luckydraw/winners`
- `127.0.0.1:8081/luckydraw/winners?rangeInDays=\`


### POST API

**RAFFLE_TICKET_API**

##### USAGE:
- `127.0.0.1:8081/luckydraw/newRaffleTicket`
- sampleRequestBody(JSON):
```json
{
"mobileNum": 919831284491,
"name": "Ayush Kumar Shaw"
}
```