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.
- 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.
- Clone the repository:
git clone https://github.com/gabriel-aplok/curl.git
- Navigate to the project directory:
cd curl
- Install dependencies:
npm install
- Rename the
.env.example
file to.env
. - Configure the environment variables in the
.env
file according to your setup.
- Start the application:
npm start
- Access the application in your web browser at
http://localhost:3000
.
Sorry, coming soon...
Contributions are welcome! Please feel free to submit any bug fixes or enhancements via pull requests.
This project is licensed under the MIT License.