Shawtyfy is a URL shortener written in Go. It uses Redis as the storage mechanism for superfast data retrieval.
- Clone the repository:
git clone https://github.com/papadonut9/shawtyfy.git
- Install dependencies:
go get -d ./...
- Start Redis server:
redis-server
- Build and run the application:
go run main.go
TODO: Add usage
Contributions are welcome! Please open an issue or pull request for any changes.
This project is licensed under the MIT License - see the LICENSE file for details.