Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinroberts/shrinkly-url-shortener
Shrinkly is a URL shortening service. (Open source, side project)
https://github.com/kevinroberts/shrinkly-url-shortener
java postgresql shorten-urls side-project spring spring-data-jpa spring-mvc springboot
Last synced: 1 day ago
JSON representation
Shrinkly is a URL shortening service. (Open source, side project)
- Host: GitHub
- URL: https://github.com/kevinroberts/shrinkly-url-shortener
- Owner: kevinroberts
- License: gpl-3.0
- Created: 2019-07-18T15:03:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T01:01:44.000Z (about 2 years ago)
- Last Synced: 2024-04-09T15:28:25.225Z (7 months ago)
- Topics: java, postgresql, shorten-urls, side-project, spring, spring-data-jpa, spring-mvc, springboot
- Language: CSS
- Homepage: https://shrinkly.net
- Size: 2.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shrinkly
Yet another URL shortening service -- Y.A.S.S.! 🙌## Tech Stack
* Spring Boot + Spring Security Application
w/ JPA Data Persistence (Java)
* Persistence:
Postgres and Redis for URL short code caching
* Containerized with Docker
* Continuous Integration with CircleCI## Features
Self User registration with compulsory email verification process.
Minimum password complexity requirements using the [Passay Library](http://www.passay.org/)
### URL shortening
* Custom URL short codes with an option for timed deletion.
* Short codes support unicode / emojis
* Shorten URLs as well as mailto: and tel: links
* Custom URL analytics with click statistics, country of origin, referrer information, etc.### License
This is an open sourced side project by Kevin Roberts, licensed **GNU GPLv3**