Skip to content

MountainGoatATU/GoatVaultServer

Repository files navigation

codecov CodeScene Average Code Health

GoatVaultServer

Development API server for GoatVault password manager.

Requirements

  • Python >=3.12
  • uv (recommended) or pip

Installation

Clone Repository

git clone https://github.com/MountainGoatATU/GoatVaultServer.git
cd GoatVaultServer

Install dependencies

Using uv (recommended)

uv sync

Using pip

pip install -e .

Usage

Production Server

uv run task server

Development Server

uv run task dev

Run tests with coverage

uv run task test

About

Back-end server for GoatVault

Topics

Resources

Stars

Watchers

Forks

Contributors