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

https://github.com/naohito-t/tinyurl

shorten that long URL into a tiny URL Resources
https://github.com/naohito-t/tinyurl

dynamodb echo golang huma

Last synced: 7 months ago
JSON representation

shorten that long URL into a tiny URL Resources

Awesome Lists containing this project

README

          

# tinyurl

[![Test Backend](https://github.com/naohito-T/tinyurl/actions/workflows/test_backend.yml/badge.svg?branch=main)](https://github.com/naohito-T/tinyurl/actions/workflows/test_backend.yml)

## Overview

短縮URLを作成するサービス

## Usage

## Feature

- SHA1ハッシュを使用して入力URLのランダムなハッシュを生成し、同じものが`dynamoDB`データベースの入力URLにマッピングされます。
- 同じURLを何度も短縮しようとしている場合は、既存の短縮URLを返します。
- 短縮URLスラッグは次のもので構成されます。[0-9A-Za-z+_]

## CONTRIBUTING

このプロジェクトに貢献したい方は以下のドキュメントを参考にしてください。
[CONTRIBUTING](./CONTRIBUTING.md)

## Author

@naohito-T

## License

[MIT](./LICENSE)