Categorygithub.com/SukiEva/aldb
repository
1.0.0
Repository: https://github.com/sukieva/aldb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

aldb

MongoDB-Based Annotated Image Data Storage System

Setup server

server

Download

Download by releases

Config

Create or rename server/config/config.json.example to config.json

Run

chmod 0777 server
export GIN_MODE=release
./server

API Docs

cd server
swag init

API Docs will automatically generated at /swagger/index.html

Web

web

Unzip dist.zip

Docker

deployment