Zerqu

June 28, 2016 ยท View on GitHub

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