- The basic functionality of this program is to generate a shorturl for every longurl that is taken as the input.
- This is a server written in Go that generates a random ID and links it to every longurl that is taken as an input.
- A PC (LOL)
- Go compiler
- Use the
go run main.go
to build and run the program