LinkSimplify is a powerful and user-friendly URL shortener designed to streamline the sharing of links across various platforms. This project features both a web interface and an API, allowing users to easily create, update, and delete shortened URLs as needed.
- User authentication (register, login, logout)
- URL shortening with custom aliases
- Blacklist for custom aliases (reserved keywords)
- URL management (edit, delete)
- URL analytics (click tracking)
- Social Media Sharing
- QR Code Generation
- Responsive design
- Secure password storage with bcrypt
- JWT-based authentication
- Docker support
- API Access ( Planned )
- Extendable with additional features ( Planned )
- Custom Domain Support ( Planned )
- Password-protected URLs ( Planned )
- Expiration Dates ( Planned )
- Rate Limiting ( Planned )
- Google Analytics Integration ( Planned )
- API Key Authentication ( Planned )
- Geo Location Tracking ( Planned )
- Logging and Monitoring ( Planned )
- Spam Protection ( Planned )
- Abuse Prevention ( Planned )
LinkSimplify Demo
Users can register with any credentials.
To get started with LinkSimplify, follow these steps:
-
Clone the repository:
git clone https://github.com/mezbaulanam/LinkSimplify.git
-
Navigate to the project directory:
cd LinkSimplify
-
Install the dependencies:
npm install
-
Create a
.env
file in the root directory and add your environment variables:MONGODB_URI=your_mongodb_uri JWT_SECRET=your_jwt_secret
-
Start the development server:
npm start
LinkSimplify can be easily set up using Docker. Follow these steps to run the application in a Docker container:
-
Build the Docker image:
docker build -t linksimplify .
-
Run the Docker container:
docker run -p 3000:3000 --env-file .env linksimplify
Alternatively, you can use Docker Compose to manage the setup:
-
Build and start the services:
docker-compose up --build
-
The application will be available at
http://localhost:3000
.
- Open your browser and navigate to
http://localhost:3000
. - Register a new account or log in with an existing account.
- Use the URL shortener form to create a new shortened URL.
- Manage your URLs from the dashboard.
We welcome contributions from the community! Please read our Contributing Guide to get started.
This project is licensed under the MIT License. See the LICENSE file for more details.
Made with ❤️ by mezbaulanam