This simple project was designed to quickly demo how to fully integrate Sencha ExtJs with backend technologies like Web API, entity framework, and SQL server while needing only minimal setup and configuration
- Visual Studio preferably 2017 version
- SQL Server Developer Edition
- Internet Access
- Execute batch file under SimpleExtjsPoc\Utilities\Sql\ReloadData.bat
- Open Soluction file in Visual Studio
- Start Up Application
- Run startup procedure above
- Append UnitTests/Index.html on to the started url IE http://localhost:52948/UnitTests/Index.html
- Simple CRUD Rest services using Web API and Entity Framework
- SQL Files to build small sample dataset
- Single page application using MVC in Sencha ExtJs with single view
- Single view uses built in row editing, filtering, sorting and grouping to create, read, update and delete the data in SQL table
- Simple Jasmine Unit tests that test all crud operation from UI create, read, update, and delete