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.👇 👇 👇
- Host: GitHub
- URL: https://github.com/junian/blazor-user-profile
- Owner: junian
- License: mit
- Created: 2024-10-03T11:45:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T00:51:16.000Z (over 1 year ago)
- Last Synced: 2025-06-10T00:05:35.307Z (about 1 year ago)
- Language: HTML
- Homepage: https://junian.dev/blazor-apps/user-profile/
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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.
## 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.