This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs)
A simple and lightweight ASP.NET Core MVC application for managing a todo list! 🚀 This project uses an SQL SERVER database and is containerized with Docker for seamless deployment. 🐳
- 🛠 ASP.NET Core MVC architecture for a clean and modular design.
- 🗃 SQL SERVER for fast and easy data storage during runtime.
- 🐳 Dockerized setup for simple deployment and scalability.
- 🔄 CRUD operations to manage reminders effortlessly.
- Docker: Ensure you have Docker installed and running on your machine.
- .NET SDK: Install the latest version of the .NET SDK if you want to run the app locally without Docker.
This project is licensed under the MIT License. See the LICENSE file for more details.