https://github.com/fkoler/nodejs-shorturl-generator
Node.js Short Url Generator
https://github.com/fkoler/nodejs-shorturl-generator
bootstrap ejs express mongodb nodejs
Last synced: 2 months ago
JSON representation
Node.js Short Url Generator
- Host: GitHub
- URL: https://github.com/fkoler/nodejs-shorturl-generator
- Owner: fkoler
- Created: 2023-10-04T20:14:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T21:29:56.000Z (over 2 years ago)
- Last Synced: 2025-01-19T19:58:21.541Z (over 1 year ago)
- Topics: bootstrap, ejs, express, mongodb, nodejs
- Language: EJS
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## URL Shortener
- Node.js application using the Express.js framework for creating a URL shortening service.
- This code essentially creates a basic URL shortening service that uses MongoDB for data storage and Express.js for handling HTTP requests. Users can submit full URLs, and the server will generate short URLs and handle redirection when users access those short URLs.