cURL is a lightweight and user-friendly link shortener application. It enables you to convert long URLs into short, shareable links, track link analytics, and generate custom short codes. The app is designed for simplicity, speed, and reliability.
- Shorten URLs: Instantly create concise, easy-to-share links.
- Custom Short Codes: Generate personalized short codes for your links.
- Analytics: Monitor click counts and link performance.
- API Integration: RESTful API endpoints for seamless integration.
- Modern UI: Clean, responsive interface built with Bootstrap.
- Secure Storage: Robust database for safe and reliable data management.
- Clone the repository:
git clone https://github.com/gabriel-aplok/curl.git
- Navigate to the project directory:
cd curl
- Install dependencies:
npm install
- Copy
.env.example
to.env
:
cp .env.example .env
- Edit the
.env
file to set your environment variables.
- Start the application:
npm start
- Open your browser and visit:
http://localhost:3000
Comprehensive API documentation coming soon!
Contributions are welcome! If you have suggestions, bug reports, or improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.