https://github.com/andrewsy1004/shorturl
url shortener
https://github.com/andrewsy1004/shorturl
bootstrap env express html mongodb nodejs
Last synced: 4 months ago
JSON representation
url shortener
- Host: GitHub
- URL: https://github.com/andrewsy1004/shorturl
- Owner: Andrewsy1004
- Created: 2023-12-03T11:43:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T16:40:44.000Z (over 2 years ago)
- Last Synced: 2025-10-29T16:45:13.837Z (8 months ago)
- Topics: bootstrap, env, express, html, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 26.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortener Application 🌐
This application is a URL shortener that simplifies the management of long links, providing an efficient way to share shorter and more manageable links. It facilitates tracking access statistics for the shortened URLs and offers an intuitive interface for a smooth user experience.
## Key Features 🚀
- Shortening of long URLs to generate shorter and easily shareable links.
- Generation of custom links to suit your needs.
- Tracking access statistics to evaluate the performance of shortened links.
- Intuitive user interface for a comfortable and efficient user experience.
## Screenshot 📸

*Preview of the URL shortener application.*
## Technologies Used 🛠️
- Backend: JavaScript (Node.js)
- Frontend: CSS, EJS
- Database: MongoDB
## Getting Started 🚀
To start using the application, follow these steps:
1. **Installation:** Clone the repository and run `npm install` to install dependencies.
2. **Enter the Backend folder:** Use `cd Backend`
3. **Use the nodemon index.js command:** Run `nodemon index.js` to see the application in your browser.
## Learn More 📚
For more information about the technologies and tools used, visit:
- [Node.js Documentation](https://nodejs.org/en/docs/)
- [MongoDB Documentation](https://docs.mongodb.com/)
- [EJS - Embedded JavaScript templating](https://ejs.co/)