Skip to content

NaroZeol/mygo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.0%
  • Solidity 4.4%
  • Python 1.2%
  • Shell 0.4%