go-link-shortener-backend, v1.9
Posted on

Back-end of the service for shorting links.
Create indexes on connecting to the database and replace inserting a link to updating in the upsert mode.
Change Log
- storing links in the MongoDB database:
- create indexes for all link fields on connecting to the database;
- don't insert a link but update in the upsert mode to avoid duplicates;
- refactoring:
- of the
storagepackage; - of integration tests.
- of the
Repository
Link: https://github.com/thewizardplusplus/go-link-shortener-backend/tree/v1.9.
Content: code.
License: MIT.