Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisanurbulut/kalypsoapp
This App shorten url address
https://github.com/nisanurbulut/kalypsoapp
asp-net-core dotnetcore7 efcore minimal-api shortener-url shorteners sqlite swagger
Last synced: 27 days ago
JSON representation
This App shorten url address
- Host: GitHub
- URL: https://github.com/nisanurbulut/kalypsoapp
- Owner: NisanurBulut
- License: agpl-3.0
- Created: 2023-08-21T19:31:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-21T21:20:41.000Z (about 1 year ago)
- Last Synced: 2024-10-09T20:37:09.977Z (about 1 month ago)
- Topics: asp-net-core, dotnetcore7, efcore, minimal-api, shortener-url, shorteners, sqlite, swagger
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KalypsoApp
## Give a Star! :star:
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
### Packages
- Microsoft.EntityFrameworkCore
- Microsoft.EntityFrameworkCore.Design
- Microsoft.EntityFrameworkCore.Sqlite
- Microsoft.EntityFrameworkCore.Sqlite.Core
### Actions
shortenurl
POST
- url:string
- urlCustomPart:string
return shorten http link according to custom url input
shorturl
POST
- url:string
return shorten http link
getlongurl
GET
- url:string
return original url address according to url param
Test Tool
Project
Database
Swagger Web Based Editor
ASP.Net Core Minimal API
SQLite