https://github.com/bpawluk/easyapiwebsite
Blazor app demonstrating the EasyApi library
https://github.com/bpawluk/easyapiwebsite
api blazor blazor-server blazor-webassembly contract
Last synced: 3 months ago
JSON representation
Blazor app demonstrating the EasyApi library
- Host: GitHub
- URL: https://github.com/bpawluk/easyapiwebsite
- Owner: bpawluk
- License: apache-2.0
- Created: 2024-04-28T13:23:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T13:50:35.000Z (11 months ago)
- Last Synced: 2024-11-13T14:43:46.604Z (11 months ago)
- Topics: api, blazor, blazor-server, blazor-webassembly, contract
- Language: HTML
- Homepage:
- Size: 135 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyApi Website
A sample app developed with **EasyApi** to get you started with the library.
Follow the five steps below and start developing **Blazor** apps faster than ever before.### 1. Clone the repository
```
git clone https://github.com/bpawluk/EasyApiWebsite.git
```
### 2. Run the app#### Visual Studio
1. Make sure you have **Visual Studio** installed with the **ASP.NET and web development** workload
2. Start **Visual Studio** and open the ```EasyApiWebsite``` solution
3. Click on the **Start Debugging** button in the Debug Toolbar in **Visual Studio** to run the app#### Command-line
1. Make sure you have the **.NET 8 SDK** installed
2. Open a command-line terminal and navigate to ```EasyApiWebsite/EasyApiWebsite.Server```
3. Execute the ```dotnet watch``` command to run the app### 3. Play around with the app and see EasyApi in action
### 4. Get familiar with the quick start guide on the app's home page and learn how it works
### 5. Dive deeper into the app's source code and see that it's really that simple