Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lepture/zerqu

ZERQU is a content-focused API-based platform.
https://github.com/lepture/zerqu

Last synced: 3 months ago
JSON representation

ZERQU is a content-focused API-based platform.

Awesome Lists containing this project

README

        

Zerqu
=====

Zerqu is a forum library that provides APIs to create topics, comments and etc.

Development
-----------

You can run zerqu in docker.

Prerequests:

1. docker
2. docker-compose

Build docker containers::

$ docker-compose up

Initiate database schema::

$ make database

Visit: `http://localhost:5000`