Copy Store

Created an app with similar use case as pastebin. Where you can store any content(max limit 1000 length) and then share it with a URL.

DB used

MongoDB - For DB

Tried to follow hexagonal design pattern to develop the app.