tirzasrwn / shopping-cart

An API for shopping-cart using go, go-gin, swaggo, and postgresql.
GNU General Public License v2.0
1 stars 0 forks source link

Implement nosql database for logging. #1

Open tirzasrwn opened 10 months ago

tirzasrwn commented 10 months ago

Implement NoSQL database for logging like MongoDB.

tirzasrwn commented 10 months ago

Implemented in branch mongo-logger. Still testing the feature.