-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alwin Doss <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# corto | ||
[WIP]Short URL service | ||
Short URL service | ||
|
||
Started writing this service as a way to learn how short url services work. | ||
Though not a perfect service, it still works! | ||
|
||
### Things that are possible today | ||
* Create a short URL | ||
* Delete a short URL | ||
* Go to the short URL(Ex: this service is hosted at http://localhost:8080/ after short url is created if you go to short URL with http://localhost:8080/g1GqqrMDM then it would redirect to the Original URL | ||
|
||
### To Do | ||
* Build a UI to create and list the short URLs | ||
* Integrate with Github, Google for authentication | ||
* Dashbord showing analytics of the Short URLs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters