Beginning the W.O.I.N. API

This is part 2 of this series. Go here for part 1. Requirements In the previous post, I mentioned I want to create this API using Go so I’ll need a web framework, and since I’m planning to return JSON when calls are made I’ll need a NoSQL database solution. Also, since I don’t want to write all the stats and information for all of WOINs data I’ll need to get it from somewhere....

August 26, 2022 · 5 min · 1024 words · Me