You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .vscode | 8 years ago | |
| handlers | 8 years ago | |
| store | 8 years ago | |
| .gitignore | 8 years ago | |
| README.md | 8 years ago | |
| docker-compose.yml | 8 years ago | |
| main.go | 8 years ago | |
| run.sh | 8 years ago | |
README.md
Golang URL Shorter using BoltDB
Features:
- URL Shorting with visit counting
- delete a URL
- Authorization via tokens
- Storing using BoltDB
Installation
Standard
go get -v ./...
go run -v main.go
Docker Compose
Only execute the docker-compose.yml and adjust the enviroment variables to your needs.
ShareX Configuration
TODOs
- github publishing
- authentification
- deletion
- ShareX example