Categorygithub.com/VINDA-98/Fasthop
repositorypackage
0.0.0-20230718041201-5d4281223431
Repository: https://github.com/vinda-98/fasthop.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Fasthop

Getting started

Add your files

mkdir fasthop cd fasthop
git remote add origin https://github.com/VINDA-98/Fasthop.git
git fetch origin main
git push -uf origin main

运行前提

go version :1.19+
mysql version:5.7+
redis version:7.0+

数据库创建

保证数据库已经创建,数据库名与config.yaml中的database.database 属性名一致

项目本地运行

go mod tidy && go run main.go

项目在服务器运行

nohup ./Fasthop >./out.log 2>&1 &

访问项目

ip+port(默认8888)