/go-boilerplate

An initial template for golang applications

Primary LanguageGoMIT LicenseMIT

CRUD Boilerplate for Go Projects

This repository is a boilerplate to Go projects applying some clean code concepts. This project is still in development.

Boilerplate features

  • NoSQL DB: Mongo
  • Echo for web server

Next steps in this project

  • CRUD Operations for tasks
  • Seed database
  • Migration template
  • User entity