You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A RESTful API for URL shortening and management, implemented using Node.js, Express.js, and MongoDB. It features endpoints for creating, retrieving, updating, and deleting URLs, with unique short code generation via nanoid and real-time access count tracking.