https://github.com/dkolzenov/todolist
Web app built using the ASP.NET Core for server and React-Redux for client
https://github.com/dkolzenov/todolist
asp-net-core autofac automapper dependency-injection entity-framework-core material-ui react redux rest sqlite web-api
Last synced: about 1 month ago
JSON representation
Web app built using the ASP.NET Core for server and React-Redux for client
- Host: GitHub
- URL: https://github.com/dkolzenov/todolist
- Owner: dkolzenov
- Created: 2022-09-03T06:29:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T15:18:44.000Z (over 2 years ago)
- Last Synced: 2024-11-12T21:42:25.056Z (3 months ago)
- Topics: asp-net-core, autofac, automapper, dependency-injection, entity-framework-core, material-ui, react, redux, rest, sqlite, web-api
- Language: C#
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Overview
TodoList Web app ***currently in developed*** in scope of the discipline *"Development of Internet-applications"*.
## Client (front-end)
* [React](https://reactjs.org)
* [Redux](https://redux.js.org)
* [Material-UI](https://mui.com)## Server (back-end)
* [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
* [ASP.NET Core 6.0](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0)
* [Entity Framework Core 6.0](https://docs.microsoft.com/en-us/ef/core)
* [SQLite EF Core](https://docs.microsoft.com/en-us/ef/core/providers/sqlite) used as database provider
* [Autofac 6.4](https://github.com/autofac/Autofac) used as Dependency Injection library
* [Automapper 11.0](https://github.com/AutoMapper/AutoMapper) used as custom models mapping library