Skip to content

KaymeKaydex/link-cut

Repository files navigation

Link cut

Link shortening service

About

Through the grpc protocol, the service accepts a link and shortens it for a fictitious domain l.ru
The link is generated by a regular expression

[a-zA-Z0-9\\_]{%d} 

Commands

Build 💿

Bulding bin file into ./bin/

make build

Run 🏁

How to fast run application

cp .dist.env .env
docker-compose up -d
make migrate
make build

Future

  1. New config type & config parse
  2. Replace all constants with the config
  3. Endpoint module
  4. Metrics

About

Link shortening service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published