Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvruntime/taskmanager
Sample project showing blazor & aspnet technologies used to build fullstack application
https://github.com/kvruntime/taskmanager
aspnetcore blazor csharp docker
Last synced: 3 months ago
JSON representation
Sample project showing blazor & aspnet technologies used to build fullstack application
- Host: GitHub
- URL: https://github.com/kvruntime/taskmanager
- Owner: kvruntime
- Created: 2024-06-22T00:41:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T02:49:20.000Z (7 months ago)
- Last Synced: 2024-09-30T07:21:00.810Z (4 months ago)
- Topics: aspnetcore, blazor, csharp, docker
- Language: C#
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskManager
## How build
### Server api
```bash
docker build -t taskmanagerserver:dev -f Dockerfile.server .
```### Server web app
```bash
docker build -t taskmanagerweb:dev -f Dockerfile.client .
```