There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Given a description of a database and its tables, the Goblimey Scaffolder creates that database and generates a Go web server that provides the Create, Read, Update and Delete (CRUD) operations on it. The server is designed according to the Model, View, Controller (MVC) architecture and is implemented using RESTful requests.