repositorypackage
0.0.0-20240611202909-407c605aec5c
Repository: https://github.com/aidunlin/go-srm.git
Documentation: pkg.go.dev
# README
Student Record Manager Project
This is a Go/templ recreation of a project I worked on in CTEC 127, which was originally written in PHP. It uses the exact same MySQL database, which I've exported under the /sql
directory.
To tinker with this project, install MySQL and run the provided SQL code. Before you go run .
(don't forget the dot!), use templ generate
.
You can use air for hot-reloading, but you may have to adjust the bin
and cmd
properties in the .air.toml
file.