A RESTful Todo App that is implemented on the .NET Framework
Clone repository into your directory
git clone https://github.com/silverlui/TaskApplication
Change directory to ClientApp to install Client dependencies
cd TaskApplication/TaskApplication/ClientApp
npm install
This project displays how CRUD applications are made with Entity Framework and aims to use best practices. And will also be used for my future reference.
- Entity Framework Core
- Swagger UI
- Sqlite Database
- Newtonsoft Json
Feel free to create pull requests on this repository to suggest improvements.

