Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navaneeth-21/url_shrinker
This a url_shrinker application which shrink the given URL into a shortid so that can be used furthur.It is developed using a uuid package which generates a shortid and express.js , mongoDB for backend
https://github.com/navaneeth-21/url_shrinker
Last synced: about 1 month ago
JSON representation
This a url_shrinker application which shrink the given URL into a shortid so that can be used furthur.It is developed using a uuid package which generates a shortid and express.js , mongoDB for backend
- Host: GitHub
- URL: https://github.com/navaneeth-21/url_shrinker
- Owner: Navaneeth-21
- Created: 2024-04-01T17:12:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:08:41.000Z (9 months ago)
- Last Synced: 2024-08-06T17:21:07.337Z (5 months ago)
- Language: EJS
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Url_Shrinker
A simple url_shrinker that can shrink the given url.
- It display's the FullUrl , ShortUrl and Number of clicks in a table.
- This application uses express.js and MongoDB as a backend framework.
- It also used uuid package for generating a shortID## Features
- Users will enter any type of url.
- The shrinked url will be displayed.
- The Number of clicks of that url will be shown
- users can delete the urls once created.## Technologies used
- Express.js
- mongoDB
- uuid
- ejs## Getting Started
### Prerequisites
- Install the Node.js and all required dependencies
- connect the application to the mongoDB### Installation
1. Clone the repository
2. Install all dependenciesnpm i
3. Replace the URI with your mongodb connection string
4. start the servernpm start
5. open your browser and navigate to http://localhost:3000 to access the application## Contributions
Contributions are welcome.Feel free to submit issues or pull requests