https://github.com/rkozhan/squeezer
Blazor app to make URLs shorter
https://github.com/rkozhan/squeezer
asp-net-core blazor-client blazor-server bootstrap csharp
Last synced: about 2 months ago
JSON representation
Blazor app to make URLs shorter
- Host: GitHub
- URL: https://github.com/rkozhan/squeezer
- Owner: rkozhan
- Created: 2024-09-11T07:15:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T06:04:19.000Z (over 1 year ago)
- Last Synced: 2025-01-24T09:44:06.073Z (over 1 year ago)
- Topics: asp-net-core, blazor-client, blazor-server, bootstrap, csharp
- Language: HTML
- Homepage: https://squeezer.onrender.com/
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squeezer - URL Shortener (In Development)
This application is currently under active development. It serves as a URL shortener, allowing users to shorten long URLs and track them.
## Live version
You can view the live version of the application hosted on Render.com [here](https://squeezer.onrender.com/). Please note that the initial loading time may be longer than usual as the service on Render.com may be in a sleep mode and needs to wake up.
### Test Credentials
login:
johndoe@test.com
password:
Abc123$
### Note on Short URLs
Since this is a development and testing version hosted on Render, the shortened URLs generated by the service may appear longer than what you'd expect on a fully deployed project. For example, shortened URLs on Render might look like:
squeezer.onrender.com/r/abc123
On a real production environment, the URLs will be more concise, something like:
sqzr.co/abc123 or
sqzr.co/r/abc123
## Development Status
This project is still in the early stages of development. Expect frequent updates and changes.
## Deployment Information
The live version of this app is deployed using Render.com, the application might enter a sleep mode when not in use, which results in longer load times for the first request.
## Database
This project uses PostgreSQL as the primary database system.
## Features (Under Development)
- User authentication (Login and Registration)
- URL shortening for long links
- Save and manage shortened URLs
- Track clicks on your shortened URLs
- View analytics and charts for URL performance
- Toggle the active/inactive status of your URLs
- ...
- Additional features coming soon!
---
Stay tuned for more updates and improvements!