Skip to content

filipKovachev/kendo-react-marklogic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KendoReact Data Grid and Chart With MarkLogic

A sample application that showcases how to Integrate MarkLogic and the KendoReact Grid with CRUD operations and a KendoReact Chart that displays GeoJSON data.

Running the Application

Please execute the following steps to run the application:

  1. Navigate inside the setup folder.
cd setup
  1. Install the packages for the setting up MarkLogic.
npm install
  1. If needed, edit setup/config.js for your MarkLogic server by changing the username and pasword accordingly. More information on how to install MarkLogic can be found here:

https://docs.marklogic.com/11.0/guide/installation-guide/en/procedures/installing-marklogic.html

  1. Run MarkLogic as a service on your machine and run
node setup.js
  1. Navigate to the server folder.
cd ../server
  1. Install the packages for the server.
npm install
  1. Start the server.
node index.js
  1. Open a new terminal at the project root and navigate to the ui folder.
cd ui
  1. Install the packages for the client application.
npm install
  1. Run the client application.
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published