Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 479 Bytes

NameGPT

width:900px height:600px

NameGPT is a simple microservice application you can use for domain name recommendation.

This application has been built using following technologies:

  • Golang (gin-gonic)
  • GORM, MySQL (database)
  • ChatGPT API

How to use

# Creates Swagger document
swag init --parseDependency --parseInternal -g ./cmd/namegpt/main.go -o ./api/swagger
# Build service 
go build github.com/copolio/namegpt/cmd/namegpt