Go Backend for Niumall
This is the Go implementation of the Niumall backend using the Gin framework.
Project Structure
go-backend/
├── README.md
├── go.mod
├── go.sum
├── main.go
├── config/
├── models/
├── routes/
├── controllers/
├── middleware/
├── utils/
└── docs/
Getting Started
- Install Go (version 1.16 or later)
- Run
go mod tidyto install dependencies - Run
go run main.goto start the server
API Documentation
API documentation is available in the docs/ directory.