An open API service indexing awesome lists of open source software.

https://github.com/junian/blazor-user-profile

A simple Blazor app that allows users to input and save their profile information.👇 👇 👇
https://github.com/junian/blazor-user-profile

Last synced: about 1 year ago
JSON representation

A simple Blazor app that allows users to input and save their profile information.👇 👇 👇

Awesome Lists containing this project

README

          



Blazor User Profile

A simple Blazor app that allows users to input and save their profile information (first name, last name, phone number, and profile image) to a SQLite database.

Try It Online!

## Demo

https://github.com/user-attachments/assets/6ada5564-a8e9-40cd-a5a0-401c34b575d2

## How to Run

### Running the ASP.NET REST API

```shell
cd src/BlazorUserProfileApp.Server
dotnet run
```

### Running the Blazor Client

```
cd src/BlazorUserProfileApp.Client
dotnet run
```

Once both are running, open your web browser to the address and port provided in the terminal.