golang-crud-rest-api VS diygoapi

Compare golang-crud-rest-api vs diygoapi and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
golang-crud-rest-api diygoapi
1 8
22 453
- -
10.0 4.8
about 2 years ago 6 days ago
Go Go
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

golang-crud-rest-api

Posts with mentions or reviews of golang-crud-rest-api. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-23.
  • Is golang faster than PHP?
    2 projects | /r/PHP | 23 Sep 2022
    Just as an example for anyone curious, here's a fully functional CRUD api written in Go. Personally, I've found that ORM bites you sooner than you think as you scale, but it can be worthwhile early on. Wouldn't necessarily organize a full CRUD app exactly the way they did, but it's not bad and wouldn't be hard to refactor into a CRUD app with many dozens of entities and endpoints: https://github.com/iammukeshm/golang-crud-rest-api. Roughly 450 LoC. That's it. The boilerplate needed for a symfony API of similar complexity is in the thousands of lines (yes I'm aware that you can generate a lot of that code, but people still have to sort through and read that code eventually)

diygoapi

Posts with mentions or reviews of diygoapi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-21.
  • How I Error - 2 years later
    1 project | /r/golang | 6 Feb 2023
    Hi Go reddit community! For my https://github.com/gilcrest/diygoapi project, I recently re-refactored the way I do errors (this is like my 5th time over the years). I wrote a quick post and updated the README with details - the post is here: https://dangillis.dev/posts/errors-again/
  • Structuring a Golang API
    1 project | /r/CodingHelp | 9 Sep 2021
  • Introducing go-api-basic - another template/boilerplate RESTful web server
    5 projects | /r/golang | 21 Jun 2021
    Great idea. Added Issue 20
  • Codebase to learn golang code stucture
    3 projects | /r/golang | 5 Jan 2021
    Hey - I've been working on something like this for a while. Take a look - https://github.com/gilcrest/go-api-basic - as others have said this is really an opinionated thing, there are no standards, but I've found some ways of structuring web apis that I like over the years. I'm still learning and making changes, so it's in no way static, but you may get some ideas.
  • SQL Transactions with Repository/Clean Architecture Pattern
    1 project | /r/golang | 3 Jan 2021
    I have been working on a project called go-api-basic for a while now and setup what I think is a decent way of implementing transactions. In my datastore package I have a Datastorer interface, with a DB() method to return the sql.DB, a BeginTx method to begin a Transaction, a RollbackTx method to rollback a transaction and a CommitTx method for committing. The Datastore struct implements this interface and has appropriate error handling, etc. In my controller package, you can see how I use this towards the end of the CreateMovie method. I've actually been working on this thing for 3.5 years and this is the first time I've ever posted on reddit about it haha, hope it helps.
  • I just started learning Go. Could you recommend me some nicely written simple projects (e.g. server) I could take a look at to learn from?
    4 projects | /r/golang | 2 Jan 2021
    I am writing a simple project like this called go-api-basic - I'm in the middle of adding tests (I know, wrong order) and rewriting the README, but what's there you may find helpful.

What are some alternatives?

When comparing golang-crud-rest-api and diygoapi you can also consider the following projects:

php-ffi-go-example - Calling GO functions from PHP via FFI.

wild-workouts-go-ddd-example - Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.

SendGrid - The Official Twilio SendGrid Golang API Library

sv - idiomatic go http server

Gotify - A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

exposure-notifications-server - Exposure Notification Reference Server | Covid-19 Exposure Notifications