Categorygithub.com/jvmistica/knowledge-base-go
modulepackage
0.0.0-20240420085641-066318f0fc9b
Repository: https://github.com/jvmistica/knowledge-base-go.git
Documentation: pkg.go.dev

# README

knowledge-base-go

Build status

A collection of knowledge base APIs.

Environment Variables

export POSTGRES_HOST=<postgres_host>
export POSTGRES_PORT=<postgres_port>
export POSTGRES_USER=<user>
export POSTGRES_PASS=<password>
export POSTGRES_DB=<postgres_db>

Usage

To run without seeding the database:

go run main.go

To run and seed the database:

go run main.go --seed=true

# Packages

No description provided by the author