/mygo

Primary LanguageGo

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