Skip to content

handnotes/handnote-server

Repository files navigation

Server

Quick start

./start.sh

Then, visit the address http://localhost:9090/ping

You can customize your configuration by edit config/app.local.yml

The swagger document located

http://host/api/v1/swagger/index.html
http://host/api/v1/swagger/doc.json

Manual start

# customize configurations
cp config/app.yml config/app.local.yml

# start postgres and redis service
docker-compose up -d

# bootstrap
go run main.go

Database seeds

You can run the SQL script in seed folder after app bootstrapped.

Test

GIN_MODE=test go test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •