Quickdocs.org API server
- Docker Engine
- Docker Compose
$ docker-compose up
# Run after the first run to initialize DB
$ docker run --rm -it --net=host -e DB_PORT=25432 quickdocs/dist-updater setup
$ docker run --rm -it --net=host -e DB_PORT=25432 quickdocs/dist-updater update
- quickdocs/dist-updater, DB table definitions
- fukamachi/utopian, a web framework
- fukamachi/mito, an O/R mapper
Copyright (c) 2021 Eitaro Fukamachi
Licensed under the BSD 3-Clause License.