Skip to content
/ sprinter Public

Sprinter is an application creation tool that takes the first step in architectural development

Notifications You must be signed in to change notification settings

gari8/sprinter

Repository files navigation

sprinter

OverView

  • this command line tool makes it easier for us to design the architecture .
go get -u github.com/gari8/sprinter/cmd/sprinter

or 

go install github.com/gari8/sprinter/cmd/sprinter@latest

Architecture

  • Minimum server
  • MVC Pattern
  • Onion Architecture
  • Clean Architecture
  • Hexagonal Architecture

How to use

sprinter new

      <conversation>

      cd <your app name>
      
      make init
open http://localhost:8080/api/v1 or http://localhost:8080

if you get Docker Error, you should fix DockerEngineConfig ↓

"features": {
    "buildkit": true # <- fix false
}

About

Sprinter is an application creation tool that takes the first step in architectural development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages