Stable release - version 1.0 #7
DhananjayThomble
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release marks the stable version of the URL Shortener project. The app provides user signup and login functionality and allows users to generate shortened URLs using a randomly generated 10-character string. The app also tracks visit counts for shortened URLs, displays all shortened URLs generated by a user, and allows the deletion of shortened URLs. API authentication is implemented using JSON Web Tokens (JWT), and Express Rate Limit is used to limit the API rate. CORS is enabled to allow cross-origin resource sharing.
This release represents a significant milestone in the development of the URL Shortener App and provides a solid foundation for future feature development.
This discussion was created from the release Stable release - version 1.0.
Beta Was this translation helpful? Give feedback.
All reactions