Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 677 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 677 Bytes

crud-ui

Go Reference Go Report Card

Package CRUD UI allows you to run a simple administration panel for struct instances stored in the database. The idea is that you define structs, attach ORM and run a simple function.

Example usage

Please check a sample application in the cmd directory or type in make run-sample-app1 to start it, and navigate to http://localhost:9001/ui/.

screenshot