#Knowledge and Data Engineering Front End
To run the application
1. Open the directory containing the code
2. Open terminal or an IDE (Visual Studio code)
3. Run the command npm install (This installs the required packages)
4. Run the command ng serve (This will open the app in http://localhost:4200/)
Requirements
- Angular CLI should be installed. To know more refer link https://angular.io/guide/setup-local
- Sparql end point should be set up.( Here apache fuseki-server is used as sparql endpoint- http://localhost:3030/dataset/sparql ) Create a data set with the ttl files in fuseki server and change the endpoint in the code