Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.33 KB

File metadata and controls

30 lines (22 loc) · 1.33 KB

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