Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 246 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 246 Bytes

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.