Skip to content

To-do list app made with ASP.NET API, Blazor and EF Core.

License

Notifications You must be signed in to change notification settings

srjheam/TodoREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 https://localhost:8001/api/TodoItems
  5. Start the web app: dotnet watch run --project Todo.Web/Todo.Web.csproj
  6. Access it through https://localhost:5001

Contributing

Issues and pull requests are welcome. In advance, thank you for your contribution.

License

Licensed under the MIT License.

About

To-do list app made with ASP.NET API, Blazor and EF Core.

Topics

Resources

License

Stars

Watchers

Forks