Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Alwin Doss <alwindoss84@gmail.com>
  • Loading branch information
alwindoss committed May 25, 2020
1 parent 90f56a5 commit 62dba34
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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


1 change: 1 addition & 0 deletions cmd/corto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

func main() {
log.Printf("welcome to corto short url service")
log.Printf("Added as part of Language Server")
cfg := &co.Config{
DBLoc: "",
}
Expand Down

0 comments on commit 62dba34

Please sign in to comment.