This is the pinky pig #02
Small API that returns flat information about a product, based on its ID. The backing of this API is a SQLite DB, which is present in this repo.
The project uses glide
to manage dependencies and make for scripting
make install
make run
- Develop a caching technique to avoid doing the multiple queries to the DB
- Actually implement the locale feature
- Unit testing