Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srjheam/todorest
To-do list app made with ASP.NET API, Blazor and EF Core.
https://github.com/srjheam/todorest
api api-rest asp-net blazor webapp
Last synced: about 2 months ago
JSON representation
To-do list app made with ASP.NET API, Blazor and EF Core.
- Host: GitHub
- URL: https://github.com/srjheam/todorest
- Owner: srjheam
- License: mit
- Created: 2021-04-04T17:00:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T12:53:36.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T14:07:28.777Z (almost 2 years ago)
- Topics: api, api-rest, asp-net, blazor, webapp
- Language: C#
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoREST
**Todo REST** is a to-do list app that uses *`ASP.NET 5`* for the *REST API* and *Blazor* for the *web app*.
## Getting Started
### Prerequisites
* [Latest .NET 5 SDK version](https://dotnet.microsoft.com/download/dotnet/5.0).
### How to begin
1. Clone this repository: `git clone https://github.com/srjheam/TodoREST.git`
2. Go to the folder: `cd TodoREST/`
3. Start the API: `dotnet run --project Todo.Api/Todo.Api.csproj`
4. Access it through
5. Start the web app: `dotnet watch run --project Todo.Web/Todo.Web.csproj`
6. Access it through## Contributing
Issues and pull requests are welcome.
In advance, **thank you** for your contribution.## License
Licensed under the [MIT License](./LICENSE).