Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 777 Bytes

Go-Backend Generator

Visit [link] for full documentation,examples,guides.

Go-Backend Generator, an online tool which can generate backend code in for web apps written in Golang.

It uses data given to it by the developer like routers , HTTP endpoints , object definitions , Database Description ... to generate golang code for the backend.

Features

It can Generate code for:

  • RESTful APIs in Golang
  • Microservices Archietecture
  • Serving HTML Pages / Static Files
  • Serving Dynamic Pages/Templates/Form Data
  • Endpoints for accepting Form Data
  • Endpoints for user authentication
  • CRUD operations on Databases (MySQL/PostgreSQL/MongoDB)

The Generated code is all contained in a single file and can be factored into several files/packages by the developer.