module
0.0.0-20240807122719-8ece70d2764b
Repository: https://github.com/aditya-411/mvc_assignment.git
Documentation: pkg.go.dev
# README
Library Management System
This is a library management system written in golang with html templates using MVC architecture as a part of SDSLabs assignment.
How to run
- Run the setup.py file and follow the instructions
- Run
./mvc
to run the server from the binary built in set up - If you want to save a binary after making any changes, run
go build -o mvc ./cmd/main.go