URL Shortener is a simple web application that allows you to shorten long URLs, making them easier to share. This project is built using NodeJS, MongoDB and Express, and it provides a user-friendly interface for generating and managing short links.
- Shorten long URLs with a single click.
- Customizable short URLs for easy sharing.
- Install NodeJs
- Install Express
- Create a MongoDB account
- Create a cluster on MongoDB
-
Clone the repository:
git clone https://github.com/hcastromachado/url-shortener.git
-
Run the command
yarn install