Skip to content

gabriel-aplok/curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cURL

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.

Features

  • 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.

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/gabriel-aplok/curl.git
  1. Navigate to the project directory:
cd curl
  1. Install dependencies:
npm install

Configuration

  1. Copy .env.example to .env:
cp .env.example .env
  1. Edit the .env file to set your environment variables.

Usage

  1. Start the application:
npm start
  1. Open your browser and visit:
    http://localhost:3000

API Endpoints

Comprehensive API documentation coming soon!

Contributing

Contributions are welcome! If you have suggestions, bug reports, or improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.