Creating a Paste Service
In the past I had my little hastebin clone with ExpressJS and MongoDB on my personal web server. I had since then moved to Vercel because my website is mostly static and I didn’t need a full web server on a VPS. I missed my hastebin clone so I wanted to recreate it, luckily Vercel supports serverless functions which allows us to do some server side stuff. Demo Here’s a demo URL to show you the final product: ravener....