Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 606 Bytes

GoRESTful

This is my journey for learning how to build RESTful API using golang.

Chap1 - Getting start

This is basic for understanding the theory of what API is.

Chap2 -Routing

How to map each URL to specific handlers

Chap3 -Middleware and RPC

To understand what does middleware help us and use alice for chaining multiple middleware.

Chap4 -Popular framework

Explore popular framework like Gin and sqlite database

Chap5 -MongoDB and RESTful API

Build Movie API using MongoDB including CRUD and routing

Chap7 -PostgreSQL

Build API using gorilla/mux and PostgreSQL driver