SagarMaheshwary / learning-golang

Learning GoLang by creating small projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Learning GoLang by creating small projects.

License:MIT License


Languages

Language:Go 100.0%