Skip to content

Latest commit

 

History

History

backend

API

  • Language: Go
    • Version 1.21.5
  • Framework: Echo
  • Used Libraries
    • GORM: ORM library (used to facilitate operations with MySQL)
    • Air: Automatically restarts the server on code changes during development
    • mysql: For connecting to the database from Go
  • Development Port: 7171

Directory Structure

├── /controller
├── /model
├── /router
├── /service
├── /util
├── .air.toml
├── .gitignore
├── dev.Dockerfile
├── prod.Dockerfile
├── go.mod
├── go.sum
├── main.go
├── README.ja.md
└── README.md