As a service
Import this service in your project, as a standalone container or a Go embedded service.
Authentication service for A-Novel apps.
# Pipx
pipx install podman-compose
# Brew
brew install podman-composeMake
# Debian / Ubuntu
sudo apt-get install build-essential
# macOS
brew install makeFor Windows, you can use Make for Windows
Create a .envrc file from the template:
cp .envrc.template .envrcThen fill the missing secret variables. Once your file is ready:
source .envrcYou may use tools such as direnv, otherwise you'll need to source the env file on each new terminal session.
Install the external dependencies:
make installmake run-infra
# To turn down:
# make run-infra-downYou may skip this step if you already have the global infrastructure running.
make run-api