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
- Host: GitHub
- URL: https://github.com/amrsekilly/ceres-be
- Owner: amrsekilly
- Created: 2018-10-24T12:54:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T18:56:22.000Z (over 6 years ago)
- Last Synced: 2025-02-06T20:34:51.404Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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!"
}
```