https://github.com/cryptopay-dev/entice
https://github.com/cryptopay-dev/entice
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptopay-dev/entice
- Owner: cryptopay-dev
- License: mit
- Created: 2018-03-20T17:28:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T18:03:35.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T11:57:33.671Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Entice
> Simple application deployment dummy
## Dependencies
Please use [dep](https://golang.github.io/dep/)
## Environment
```
DATABASE_ADDR
DATABASE_USER
DATABASE_PASSWORD
DATABASE_DATABASE
REDIS_ADDR
LISTEN
```
## Example request
**Request:**
```bash
curl http://localhost:8080
```
**Response:**
```json
{"db": "PostgreSQL 9.6.2 on x86_64-apple-darwin16.4.0, compiled by Apple LLVM version 8.0.0 (clang-800.0.42.1), 64-bit", "redis": "2018-03-20T20:58:43+03:00"}
```