A place for me to drop ideas for this project to be done later
- Create frontend for the server
- Add "https://" if not in link
- Verify Windows support
- Switch from SQLx to DynamoDB
- Add unit and integration tests
- Integrate into DigitalOcean VPS
- Provide clean message when port is already in use
- Enable
.with_max_level(tracing::Level::DEBUG)
when -v or --version flag enabled - Convert unwraps to proper error types in code and for user
- Log all actions in a proper matter, both for users and debugging