Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rd003/todolistaspnetcore

TodoList api , TodoList mvc
https://github.com/rd003/todolistaspnetcore

aspnetcore dapper dotnet8 dotnetapi mvc

Last synced: 19 days ago
JSON representation

TodoList api , TodoList mvc

Awesome Lists containing this project

README

        

# Todo App with .net core

## Tech statck
- .Net core 8
- .Net core web apis (API project)
- .Net core mvc (Web Project)

## Projects
Contains 3 projects
- .Net core api project
- .Net core mvc project
- Class library project (contains database logic and repositories)
⚠️ *Note:* Both API and Web project are seperate and not related to each other. To Run any project you have to set it as startup project.

## How to run the project

- Create a database. Follow the [script](https://github.com/rd003/TodoListAspnetCore/blob/master/TodoScript.db) file.
- Change you connection string
- Set startup project (Web Api or MVC)

### A github ⭐ is appreciated.