An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Lua](https://img.shields.io/badge/lua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white)

# 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) 🔜