This is my journey for learning how to build RESTful API using golang.
This is basic for understanding the theory of what API is.
How to map each URL to specific handlers
To understand what does middleware help us and use alice for chaining multiple middleware.
Explore popular framework like Gin and sqlite database
Build Movie API using MongoDB including CRUD and routing
Build API using gorilla/mux and PostgreSQL driver