Hi,
I have a number of web API's that I'd like to display data from in Umbraco.
Whats the easiest way to do this?
The data is stored in a SQL Server database.
My intention is to create a pool league (with leagues, matches, teams etc) and allow the users to update the match results themselves, and use Umbraco to provide CMS functionality.
Would it easier to create the Umbraco installation in VS, then create the models and run database migrations to create the tables in the Umbraco database?
How would I then be able to manipulate the new tables (CRUD) using the Umbraco front/back end?
Display data from Web API in Umbraco
Hi, I have a number of web API's that I'd like to display data from in Umbraco. Whats the easiest way to do this?
The data is stored in a SQL Server database.
My intention is to create a pool league (with leagues, matches, teams etc) and allow the users to update the match results themselves, and use Umbraco to provide CMS functionality.
Hi Nick
Have a look at awesome Fluidity package - https://umco.github.io/umbraco-fluidity/overview/installation/
It can help you easily integrate external database and Umbraco backend.
Thanks,
Alex
Would it easier to create the Umbraco installation in VS, then create the models and run database migrations to create the tables in the Umbraco database?
How would I then be able to manipulate the new tables (CRUD) using the Umbraco front/back end?
Nick
is working on a reply...