ToDoList .Net React
1.0.0
This was a project carried out by:
In this project you can find in:
The Visual Studio project that is necessary to execute to start the backend. For this you need SQL Server connected and update the connection string.
The ReACT project that would start the project's border locally. It is required to have node.js installed and to execute it for the first time, the following commands have to be used:
To install all units:
npm install
To execute the project:
npm run dev