https://github.com/2hgo/prologue_server
https://github.com/2hgo/prologue_server
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2hgo/prologue_server
- Owner: 2HgO
- Created: 2021-12-19T09:07:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T21:25:58.000Z (over 4 years ago)
- Last Synced: 2025-01-12T10:09:41.454Z (over 1 year ago)
- Language: Nim
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Security: docs/security.raml
Awesome Lists containing this project
README
# Prologue Server
Simple api server built using [prologue](https://planety.github.io/prologue)(nim)
## Requirements
- docker
- docker-compose
## Run
To run the application, install the requirements and run the following command:
```bash
make app
```
## Docs
To view the documentation for this API, run the following command:
```bash
make docs
```
visit [docs](http://localhost:8080) to view the documentation