modulepackage
0.0.0-20241103115307-cbaff57b0988
Repository: https://github.com/prashant1k99/url-shortner.git
Documentation: pkg.go.dev
# README
URL Shortner
This is a test project to learn and practice Go concepts by building projects. In this project I am building a small URL Shortner.
Features:
- Authentication with username and password.
- User passes a URL, it should return a small URL for that user.
- Add base analytics of URL used.
Steps:
- Use Go-Chi for Server framework.
- Initialize Mongo DB.
- Implement User Authentication.
- Implement URL Shortner by using base64 encoding.
- Add URL redirection for the shortened URL.
- Add User analytics to show using API.