A simple Node.js-based URL shortener that generates short, unique URLs for sharing and tracking purposes.
- Generate short URLs for any given long URL.
- Track visit history (date and time of visits).
- Easy-to-use API for integration with other applications.
- Node.js: Backend framework.
- Express: Web framework for building APIs.
- MongoDB: Database for storing URLs and visit history.
- Mongoose: ODM for MongoDB.
- shortid: Library for generating unique short IDs.