https://github.com/vncsmyrnk/analytic-url-shortener
Shorten URLs and view metrics
https://github.com/vncsmyrnk/analytic-url-shortener
Last synced: 2 months ago
JSON representation
Shorten URLs and view metrics
- Host: GitHub
- URL: https://github.com/vncsmyrnk/analytic-url-shortener
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-11-30T17:36:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T00:00:01.000Z (6 months ago)
- Last Synced: 2025-02-10T22:52:30.400Z (4 months ago)
- Language: Lua
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Analytic Url Shortener
Shorten URLs and view metrics. Inspired by [grabify](https://grabify.link).
## Desciption
The `api` and `client` directories contain Lua projects that represent the backend and frontend of the application, respectively. The Analytic URL Shortener allows users to create custom URLs that redirect to a specified website while tracking the time, IP address, and user agent of each request.
## Run locally
```sh
make run-api # Starts the api server
``````sh
make run-client # Starts the client server. Accessible at http://localhost:8081
```## Live environment
[Being implemented!](https://github.com/vncsmyrnk/analytic-url-shortener/issues) 🔜