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

https://github.com/2hgo/prologue_server


https://github.com/2hgo/prologue_server

Last synced: 8 months ago
JSON representation

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