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

https://github.com/amrsekilly/ceres-be

The Elixir BE for Rubikal's food delivery app
https://github.com/amrsekilly/ceres-be

Last synced: 2 months ago
JSON representation

The Elixir BE for Rubikal's food delivery app

Awesome Lists containing this project

README

        

# API Documentation

* [Health Check](#health-check)
* [show](#health-check-show)

## Health Check
### show
#### Simple health check for the application
##### Request
* __Method:__ GET
* __Path:__ /status

##### Response
* __Status__: 200
* __Response headers:__
```
content-type: application/json; charset=utf-8
cache-control: max-age=0, private, must-revalidate
```
* __Response body:__
```json
{
"status": "Healthy!"
}
```