Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.24 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.24 KB

cURL

This project is a simple link shortener application. It allows users to shorten long URLs into more manageable links, making them easier to share and track. Additionally, the application provides features such as link analytics and custom short code generation.

Features

  • Shorten long URLs into concise links
  • Simple and fast.
  • Track link analytics including click count
  • User-friendly interface with Bootstrap styling
  • API endpoints for integration with other applications
  • Secure and reliable database storage.

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. Rename the .env.example file to .env.
  2. Configure the environment variables in the .env file according to your setup.

Usage

  1. Start the application:
npm start
  1. Access the application in your web browser at http://localhost:3000.

API Endpoints

Sorry, coming soon...

Contributing

Contributions are welcome! Please feel free to submit any bug fixes or enhancements via pull requests.

License

This project is licensed under the MIT License.