This repository provides a platform for managing classified ads. The prototype implementation is used for the evaluation of Blazor WebAssembly and as a showcase.
- Install the .NET 7 SDK
- Install the .NET Web Development Tools and WebAssembly Build Tools
- Notice that the frontend application is hosted at
https://localhost:7115/
- Notice that the backend application is hosted at
https://localhost:7292/
If you're using an integrated development environment like Visual Studio, you can easily open the project in it.
After a package restore
and build
you can start the projects. To see and send data make sure the frontend can talk to the backend by starting both projects: Io.Schnurr.Circles.App
for frontend and Io.Schnurr.Circles.Api
for the backend.
Open the dotnet
CLI and navigate to the folder where the .csproj
of the project Io.Schnurr.Circles.App
is located.
Run the following command to build and then run the project:
dotnet build
dotnet run --launch-profile https
Repeat this step for the .csproj
in the project Io.Schnurr.Circles.Api
This repository is under GPL-2.0 license (see LICENSE).
Third party libraries are distributed under their own terms in the LICENSE-3RD-PARTY file.