A simple and efficient URL shortener web application built with Go for the backend and Svelte for the frontend. This project allows users to shorten long URLs into more manageable and shareable links.
- Shorten long URLs into concise and user-friendly links.
- Easily share shortened links via social media or other platforms.
- Clean and responsive user interface.
- Secure and efficient handling of short URLs.
The API documentation for Bukshort can be found at (https://shortenurl.bukharney.tech/docs/index.html)
Before you get started, make sure you have the following prerequisites installed on your system:
- Go - The Go programming language.
- Node.js - JavaScript runtime for building the Svelte frontend.
- pnpm - Node.js package manager.
- Git - Version control system (if not already installed).
-
Clone this repository to your local machine:
git clone https://github.com/Bukharney/Bukshort.git
-
Change to the project directory:
cd Bukshort
-
Install the frontend dependencies:
cd frontend pnpm install
-
Build the frontend:
pnpm run build
-
Return to the project directory:
cd ..
-
Build the backend:
go build
If you would like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
-
Make your changes and commit them:
git commit -m "Your commit message"
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
Create a pull request on the original repository.
This project is licensed under the MIT License. You are free to use and modify this code for your own purposes.