Welcome to my project! This is an URL-Shortener website and allows users to shorten the url of any webpage. It allows users to create a new URL and search if shortened url of that is already present in the database.
- Client: MERN STACK
- software: Visual Studio Code
Download all the required dependencies and connections with mongodb database and type the following command in git bash.
npm init
nodemon web.js
Check localhost:3000 for the output of the code.
-
If it's your first time using this site, sign up using your email else login using your credintials.
-
Give the input of URL that you want to shorten and a name(note) that describes your URL.
-
This is how you will get your shortened URL.
-
You can search if your shortened URL is already present or not by searching it in the following way
- Searching by note
- searching by URl