Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).