All Projects → ahmettugur → react-redux-aspnet-core-webapi

ahmettugur / react-redux-aspnet-core-webapi

Licence: other
No description or website provided.

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
TSQL
950 projects

Projects that are alternatives of or similar to react-redux-aspnet-core-webapi

Stove
Domain Driven Design oriented application framework, meets CRUD needs
Stars: ✭ 160 (+370.59%)
Mutual labels:  rabbitmq, entity-framework, dapper
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (+5.88%)
Mutual labels:  aspnetcore, entity-framework, signalr
Dotnetcore Microservices Poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
Stars: ✭ 1,304 (+3735.29%)
Mutual labels:  rabbitmq, dapper, signalr
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+358.82%)
Mutual labels:  aspnetcore, jwt-authentication
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-14.71%)
Mutual labels:  aspnetcore, entity-framework
Asky
Asky开源架构:极简、轻量、极致性能《Asky零基础1小时学编程 dnc+vue+tidb+redis+rabbitMQ+ES》QQ群 779699538
Stars: ✭ 213 (+526.47%)
Mutual labels:  rabbitmq, dapper
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (+220.59%)
Mutual labels:  rabbitmq, aspnetcore
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-47.06%)
Mutual labels:  entity-framework, signalr
pineblog
A light-weight blogging engine written in ASP.NET Core MVC Razor Pages, using Entity Framework Core or MongoDb.
Stars: ✭ 60 (+76.47%)
Mutual labels:  aspnetcore, entity-framework
online-training
Online Training website using ASP.Net Core 2.0 & Angular 4
Stars: ✭ 26 (-23.53%)
Mutual labels:  signalr, jwt-authentication
AspNetCore.Client
On Build client generator for asp.net core projects
Stars: ✭ 14 (-58.82%)
Mutual labels:  aspnetcore, signalr
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (+297.06%)
Mutual labels:  rabbitmq, entity-framework
Aaframework
AA.Framework is built on the popular open source class library of NET Core
Stars: ✭ 128 (+276.47%)
Mutual labels:  rabbitmq, dapper
Library
A microservice project using .NET Core 2.0, DDD, CQRS, Event Sourcing, Redis and RabbitMQ
Stars: ✭ 122 (+258.82%)
Mutual labels:  rabbitmq, signalr
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (+52.94%)
Mutual labels:  aspnetcore, signalr
aspnet-core-react-redux-playground-template
SPA template built with ASP.NET Core 6.0 + React + Redux + TypeScript + Hot Module Replacement (HMR)
Stars: ✭ 78 (+129.41%)
Mutual labels:  aspnetcore, signalr
pokeR
Planning poker with SignalR
Stars: ✭ 37 (+8.82%)
Mutual labels:  aspnetcore, signalr
CodexMicroORM
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Stars: ✭ 32 (-5.88%)
Mutual labels:  entity-framework, dapper
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (+194.12%)
Mutual labels:  rabbitmq, aspnetcore
EFSqlTranslator
A standalone linq to sql translator that can be used with EF and Dapper.
Stars: ✭ 51 (+50%)
Mutual labels:  entity-framework, dapper

Single page basic Online Store app; RabbirMQ, SignalR with near realtime stock control React and Redux with ASP.NET CORE 2.1.4 Web Api.

Web API

  • RabbitMQ,
  • SignalR Realtime Stock Control
  • Generic Repostory Pattern (Entity Framework Reository and Dapper Repository)
  • Asp.Net Core 2.1.4
  • Entity Framework Core 2.1.3
  • Dapper
  • JwtBearer Token Authentication
  • Dependency Injection
  • EPPlus Excel Download
  • Swagger API Documentation

React Component

  • redux-from
  • material UI
  • axios
  • react-router
  • react-block-ui
  • react-pager
  • bootbox

Prerequisites

  • .NetFramework 4.7 (Asp.Net Core 2.1.4) (VS 2015/2017)
  • node.js 8 >

Database and RabbitMQ

  • Download RabbitMQ Install your computer
  • Open SQL Server Management Studio > File > Open > File select Store.sql and execute
  • Change OnlineStore.API > appsettings.json file connection string Data Source your server name

Installation Node Module

Open command prompt

cd OnlineStoreReact folder location
npm install 
npm start

cd OnlineStoreCoreWebApi/OnlineStore.API
dotnet run

cd OnlineStoreCoreWebApi/OnlineStore.MQService
dotnet run

open yor browser go to the product detail page(localhost:3000/web/productdetail/:id)
and open another tab on your browser and then go to admin product update page (localhost:3000/admin)
and change product stock quantity

Web Site

  • http://localhost:3000/web

Admin Panel

  • http://localhost:3000/admin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].