An open API service indexing awesome lists of open source software.

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

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 📸

![Project Preview](https://drive.google.com/uc?id=1Dle_1SIfe7dcAXttWWV33Hb0qRqpJtHT)
*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/)