The simple website built with Angular 11 and ASP.NET Core 6 with Entity Framework.
- Clone this repository
- Navigate to
todoAPI
folder and open in Visual Studio/Visual Studio for MAC or VS Code - Install SQL server developer edition and make sure
sqlserver
demon service is running and database can be accessed without any username and password - Run the .NET core project
- Navigate to Swagger URL -
https://localhost:5001/swagger/index.html
and get familiar with available API endpoints
- Install Angular CLI latest version and Nodejs
- Navigate to
todo
folder - Launch the application by running command
ng serve --open
in terminal. - To create new Todo item, select employee and click on "New Todo" button
- The Dashboard will show all todo items.
- Click on "Delete" button to delete current todo item.