isaiaslucena / johnny-cash-api

Johnny Ca$h API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

johnny-cash-api

Deploy Staging Deploy Production

Johnny Cash

Johnny Ca$h API

Live applications:

The first GET might be slow, because after some inactivity, Heroku set the node to standby state.

Staging environment

Production environment

Usage:

Endpoint to get top selling products of selected date range:

https://johnny-cash-api.herokuapp.com/orderLog/topSelling?startDate=2019-09-01&endDate=2019-09-10

Endpoint to get all orders:

https://johnny-cash-api.herokuapp.com/orderLog

Endpoint to get all orders os selected date range:

https://johnny-cash-api.herokuapp.com/orderLog?startDate=2019-09-01&endDate=2019-09-10

Endpoint to get all employees:

https://johnny-cash-api.herokuapp.com/employee

About

Johnny Ca$h API

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.6%Language:Shell 0.4%