Build a RESTful CRUD API with Golang no framework



Build a RESTful CRUD API with Golang no framework

Build a RESTful CRUD API with Golang no framework

As a web developer, building APIs or frontend applications that interact with other APIs is one essential project you can undertake to improve your skills or add to your portfolio to attract potential employers.

This article will teach you how to create a CRUD RESTful API in a Golang environment and uses a PostgreSQL database.

code here:
https://github.com/lemoncode21/golang-crud

#golang #restfulapi