repository
0.0.0-20200802004238-a7413d3a5c41
Repository: https://github.com/dophin2009/nao.git
Documentation: pkg.go.dev
# README
Nao
Nao is a self-hosted anime and manga database written in Go.
Usage
naos
starts a web server that provides endpoints to perform
operations on the database.
Command line and web interfaces coming soon.
Install
From Sources
Nao requires Go.
Clone this repo and run make build
in the project root directory.
Compiled binaries will be found in the bin
directory.