Skip to content
/ aldb Public

MongoDB-Based Annotated Image Data Storage System

License

Notifications You must be signed in to change notification settings

SukiEva/aldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aldb

MongoDB-Based Annotated Image Data Storage System

Setup

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

Deployment

deployment

Compile

server

server

Web

web