Skip to content

nischal-shetty2/rapidURL

Repository files navigation

RapidUrl

RapidUrl is a URL shortener website built using Next.js for both frontend and backend routing, with MongoDB as the database managed by Mongoose and hosted on Vercel.

Features

  • Shorten long URLs into concise, easy-to-share links.
  • Efficient routing handled by Next.js for seamless user experience.
  • Secure storage and retrieval of URLs using MongoDB and Mongoose.

Technologies Used

  • Next.js: Utilized for both frontend and backend routing, ensuring a smooth and responsive user experience.
  • MongoDB: A robust NoSQL database used for storing shortened URLs, providing scalability and flexibility.
  • Mongoose: An elegant MongoDB object modeling tool designed to work in an asynchronous environment, facilitating data manipulation and retrieval.