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

https://github.com/amirfakhrullah/go-bitly

Simple link-shortener service written in Go
https://github.com/amirfakhrullah/go-bitly

bitly-api go golang link-shortener-api

Last synced: about 2 months ago
JSON representation

Simple link-shortener service written in Go

Awesome Lists containing this project

README

        

# GO-BITLY

## Description

Simple link-shortener service written in Go

## Functionalities

- Basic JWT authentication for users (login, signup and logout)
- Users can create, read, update and delete their shortened links, and also read their user info. The endpoints are protected via JWT middleware
- The shortened link endpoint is made public. The count for how many times the links are clicked is persisted

## Tech-stacks

- [Go](https://go.dev/)
- [Go Fiber](https://gofiber.io/)
- [Gorm](https://gorm.io/)

## License

License under the [MIT License](./LICENSE)