https://github.com/cub3d/smol
SMOL: Simple Minimizer Of Links
https://github.com/cub3d/smol
actix-web link-shortener rust screenshots swagger
Last synced: 11 months ago
JSON representation
SMOL: Simple Minimizer Of Links
- Host: GitHub
- URL: https://github.com/cub3d/smol
- Owner: CUB3D
- License: agpl-3.0
- Created: 2020-04-07T01:16:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T17:04:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T03:42:29.776Z (over 1 year ago)
- Topics: actix-web, link-shortener, rust, screenshots, swagger
- Language: Rust
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMOL
### Simple Minimizer Of Links
A simple link shortener, written in Rust with actix-web

### Screenshots

### Try it out
Current git master hosted -> [here](https://s.cub3d.pw)
### Running with docker
```yaml
version: '3'
services:
smol:
container_name: smol
build:
context: https://github.com/CUB3D/smol.git
ports:
- "8094:8080"
environment:
RUST_LOG: info
DATABASE_URL: ""
restart: unless-stopped
```