https://github.com/akashchouhan16/minify
Node application to create minified links and save to DB.
https://github.com/akashchouhan16/minify
ejs-templating mongodb node url-minifier
Last synced: 4 months ago
JSON representation
Node application to create minified links and save to DB.
- Host: GitHub
- URL: https://github.com/akashchouhan16/minify
- Owner: akashchouhan16
- License: mit
- Created: 2020-10-20T06:10:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T08:04:42.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T02:34:27.800Z (12 months ago)
- Topics: ejs-templating, mongodb, node, url-minifier
- Language: EJS
- Homepage:
- Size: 844 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.svg)
# URL-Minifier
 [](https://GitHub.com/Naereen/ama) [](https://code.visualstudio.com/) [](https://github.com/akashchouhan16/URL-Minifier/issues)
[](https://github.com/akashchouhan16/URL-Minifier/network) [](https://github.com/akashchouhan16/URL-Minifier/stargazers) 
A **Nodejs** application to minify the URL links and save the minified urls to the **MongoDB** Database.
### **Dependencies**
- **shortid**
- **express**
- **mongoose**
- **ejs**
- **dotenv**
---
**Note :**
The **minified url** and the number of **visits** is fetched from the database, hence [Mongodb](https://www.mongodb.com/ "Visit MongoDB") must be installed onto the system and configured in order to run this application.
---
## How To Run the application? .svg)
- **Clone this repo**
- **Install Dependencies**
```Node
npm install
```
- **Create a `.env` file and save the connection URL for DB**
```
MONGO_URI=
```
- **Run the development server**
```Node
npm run dev
```
- **Visit **http://localhost:5000** on your browser.**
---
## Preview

---
## [Application Info](https://github.com/akashchouhan16/Url-Shortener#readme "URL-Minifier")
### Version
**[1.0.0](https://github.com/akashchouhan16/Url-Shortener#readme "Application version")**
### License
**[MIT](./LICENSE "View License")**