Go Tinyurl is a url shortener project. It's "Independent", "Testable" , and "Clean" based on articles: https://medium.com/hackernoon/golang-clean-archithecture-efd6d7c43047
- Go
- Gin framework
- Cassandra
- Redis Caching
- Docker
Install Docker & Go (>1.13)
make cassandra
make redis
make startdb
make startredis
make migratedb
make devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
