https://github.com/lgope/url-shortener
simple url shortener using nodejs, expressjs, MongoDB. 🙂
https://github.com/lgope/url-shortener
bootstrap4 ejs expressjs mongodb
Last synced: about 2 months ago
JSON representation
simple url shortener using nodejs, expressjs, MongoDB. 🙂
- Host: GitHub
- URL: https://github.com/lgope/url-shortener
- Owner: lgope
- Created: 2020-03-07T08:10:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:31:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T09:48:21.877Z (9 months ago)
- Topics: bootstrap4, ejs, expressjs, mongodb
- Language: HTML
- Homepage: https://lakshman-url-shortener.herokuapp.com/
- Size: 299 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortener
A simple URL shortener. Which is generate a unique id for each URL after clicking in the shrink button.
Using the id program find the URL in the database and redirect the URL page after click in the short URL id.## Demonstration :
## Key Features
Some of the standout features of the project are1. Users can inter a url
2. Easy to use
3. Users can see how many time the url clicked
4. Users can keep the url list## Technologies
1. ejs (Front-end)
2. bootstrap
3. node.js (Back-end)
4. expressjs
5. mongodb## Known Bugs
Feel free to email me at lakshman.gope2@gmail.com if you run into any issues or have questions, ideas or concerns. Please enjoy
and feel free to share your opinion, constructive criticism, or comments about my work. Thank you! 🙂## Future Updates
- Enable PWA
- Improve overall UX/UI and fix bugsAnd More ! There's always room for improvement!
## Instructions
To run this project :
1. Clone this repo
2. Change your directory : `cd url-shortener`
3. Run `npm install`
5. Run `npm run start`
6. open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Deployed Version
Feel free to visit 👉 https://lakshman-url-shortener.herokuapp.com/