#Carveo (Backend Application )

10 messages · Page 1 of 1 (latest)

topaz kiln
#

Hey folks, i have built a backend application with Golang(Gin, Gorm)
Carveo is a fast and scalable RESTful API for managing cars and engines, built with Go, Gin, and PostgreSQL. It supports full CRUD operations and includes Swagger-powered API documentation
(carveo.site/swagger/index.html)

short oriole
#

github link?

gloomy quail
short oriole
#

instead of go run main.go it should just be go run . or even better you can do go run github.com/sanjaygupta972004/Carveo@latest if you fix your go.mod

#

also seems you need a go mod tidy as everything is in indirect which is likely not the case

topaz kiln
short oriole
#

looks fine (maybe a bit too many packages - and also utils/ isn't recommended as a package name)

topaz kiln
#

i don't have much experience so can you suggest me where i should keep helper functions

short oriole
#

closer to where they are needed and/or with a name that reflect what they do