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

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

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