@ali-fathi77/urlshortener
v1.0.1
Published
✨ This is the main task of this module. ✨
Downloads
1
Readme
NodeJS URL Shortener
Shrink full URL to short URL
✨ This is the main task of this module. ✨
In this module you can give the full address and the result will be a short address that you can click on and it will refer you to the full address.
Features & Ability
- Ability to save the given Url in the dataBase
- Ability to create default shortId fo each full Url
Tech
This module uses a number of open source projects to work properly:
- Node.js - evented I/O for the backend
- Express - Fast and low overhead web framework, for Node.js
- Mongoose - DataBase
- ejs - Generate HTML markup with plain JavaScript
Installation guide for the user
git clone https://github.com/tendal-lox/URL-Shortener-with-nodejs-express-and-mongoose.git
cd URLSHORTENER
npm install
How to use guide
npm install URL-Shortener-with-nodejs-express-and-mongoose
npm start
To start the app in dev mode.
Open http://localhost:3000/ to view it in the browser.
License
MIT