achref-bououn / AspNetReactReduxTodo

Hello world app on ASP.NET Core Web API + EF Core + react/redux SPA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AspNetReactReduxTodo

Hello world app on the following stack:

  • Back-end
    • ASP.NET Core Web API
    • Entity Framework Core
    • Microsoft SQL Server
    • Open API (Swashbuckle)
  • Front-end
    • React
    • React-Redux
    • Redux-Saga
    • Bootstrap

Usage

To run this application in development environment, you should run front-end and back-end projects separately:

  • Back-end:
dotnet run

will be availiable on http://localhost:5000/api/[actionName] and http://localhost:5000/swagger

  • Front-end:
npm install
npm start

will be availiable on http://localhost:3000/

About

Hello world app on ASP.NET Core Web API + EF Core + react/redux SPA

License:MIT License


Languages

Language:C# 54.4%Language:JavaScript 40.2%Language:HTML 5.0%Language:CSS 0.3%