Skip to content

This application will pull out random item/ items for the list of key value pairs fed from back-end

Notifications You must be signed in to change notification settings

unrealnerd/roulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roulette API

This API application provides a way to fetch a N random items from any custom domain entity we provide the application using mongodb.

The application uses Mongodb as repository and $sample aggreation and returns N Random Phrases.

For the house sake- Now the application is able to do basic CRUD operations as well as new N first/last aggregations added.

Usage:

You can run this application using VSCode F5 or just run docker-compose up

Sample Request

curl --request GET --url http://localhost:5000/api/phrases/1

About

This application will pull out random item/ items for the list of key value pairs fed from back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published