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
.