Skip to content

A http server that implement in stardard go library

Notifications You must be signed in to change notification settings

wxm530/alming_backend

Repository files navigation

alming-backend

A personal websit backend that implement in standard Go library

This project is refactor from alming-backend-old.Compared to the old version this version implement a simple orm function library. And alter the route register rule

声明

该项目web框架部分绝大部实现均来自极客兔兔的7-days-golang gee篇。地址gee

Setup

get dependences

go mod download

build

go build main.go

Run

linux

./main

Windows

./main.exe

Run without build

go run main.go

About

A http server that implement in stardard go library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published