Skip to content

mangel0111/ReactNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactNet

ReactNet is a experimental project who mix .NET in the backend using SQL Server in the backend, and React in the FE, This project made a simple CRUD with the employees of the database Adventure works 2012.

Architecture

This Solution was split in 2 differents projects one for the BE "AdventuresWorks.API" and one for the FE "AdventureWorks".

To Start

This solution was build in Visual Studio 2017 Go and open the solution in "AdventureWorks.API", there you will find boths projects, the FE project will rebuild automatically with the build of the "AdventureWorks.API".

  • Run the Solution

Before run you will need build boths projects. You can do it by terminal or with visual studio, the config is already setted in the solution.

Build with

Pending tasks

  • Improve UI
  • Implement Pagination
  • Increase coverage
  • Split the React code into less complex components
  • Implement redux/Saga

Releases

No releases published

Packages

No packages published