#crud
Read more stories on Hashnode
Articles with this tag
Prerequisites Have Go installed in your system (Linux/Windows/Mac OS) Have the basic knowledge of Go language, Type literals, Custom types, and...
INTRODUCTION A CRUD application is one in which there is a Create-Read-Update-Delete of Data from a database. This is common with most web...