Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lepture/zerqu
- Owner: lepture
- License: other
- Created: 2015-08-12T01:31:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T03:14:05.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T00:23:46.306Z (3 months ago)
- Language: Python
- Size: 376 KB
- Stars: 172
- Watchers: 14
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-flask - Zerqu - ZERQU is a content-focused API-based platform. eg: [Python-China](https://python-china.org) (Built with Flask)
- awesome-flask - Zerqu - ZERQU is a content-focused API-based platform. eg: [Python-China](https://python-china.org) (Built with Flask)
- awesome-flask - Zerqu - ZERQU is a content-focused API-based platform. eg: [Python-China](https://python-china.org) (Built with Flask)
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-composeBuild docker containers::
$ docker-compose up
Initiate database schema::
$ make database
Visit: `http://localhost:5000`