Skip to content

Kori-Sama/mygo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a backend server for MyGO!!!!! project

Front-end

MyGO-GUI

Setup

Please download go 1.21.6

then

go mod download

finally

go run ./cmd

maybe you can run this project, but I'm not sure🧐

Database

You don't need to create tables, the orm will sync the tables automatically but you need to create a mysql database at least and it's name and port should be same with the yaml config

Swagger

swag init -g cmd/main.go -o docs

run the project and open http://127.0.0.1:8888/swagger/index.html and then you can see the swagger docs page

About

A go server built with Gin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published