Skip to content
/ MiniUrl Public

Simple web service for condensing large URLs into smaller ones.

Notifications You must be signed in to change notification settings

o-in25/MiniUrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniUrl

A URL shortening service with support for creating and deleting short URLs from long ones.

Running locally

The project is contained in a monorepo that contains both the front and back end. To start the server, run dotnet run -- project MiniUrl.Server or open the solution in Visual Studio.

To run the back end, inside the MiniUrl.Client folder, start the Vite build server with npm install && npm run dev.

About

Simple web service for condensing large URLs into smaller ones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published