URL shortener with multi database support.
- In Memory
- Redis (open a Pull Request)
- Firestore
- DynamoDB (open a Pull Request)
- MySQL (open a Pull Request)
- Postgres (open a Pull Request)
- SQLite (open a Pull Request)
go mod tidy
var envs:
- HTTP_PORT default: 8080
- FIRESTORE_PROJECT
- FIRESTORE_COLLECTION
go run main.go