Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 325 Bytes

README.rst

File metadata and controls

25 lines (14 loc) · 325 Bytes

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