Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.18 KB

GOLANG EXAMPLES

Learning Go by creating small projects and code examples.

BASICS

Code examples for language basics.

DATA STRUCTURES

Basic Go examples of implementing Data structures and common algorithms.

BOOKS APP

Basic CRUD API using Mux router and PQ (PostgreSQL) coded in a single go file.

ARTICLES APP

Basic CRUD API using Fiber and PQ (PostgreSQL) coded in a single go file. Checkout readme for more info.

ARTICLES APP WITH JWT

Articles CRUD, Registration, and Authentication APIs with Proper file and code structure built using Fiber and GORM (PostgreSQL). Checkout readme for more info.