Skip to content

Scieon/YAITS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAITS Go gopher

Yet Another Issue Tracking System (YAITS) is a Go Modules project that gives APIs to create, update, retrieve, and delete issues.

Setup

The project can be run with docker

  1. From YAITS/mysql run docker-compose up --build (the db host conf should be matching the mysql container name in this case db)
  2. This will spawn a mysql container exposed at :3306 and the api exposed at :8080 (with the volume mounted on)

Testing

  1. git clone https://github.com/Scieon/YAITS.git
  2. go test ./...

Swagger Docs

This project supports swagger annotations to generate API documentation

About

REST api written in Golang to create issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published