Skip to content

A simple search for keytech PLM/DMS data via the keytech web api.

License

Notifications You must be signed in to change notification settings

keytechSoftware/search

Repository files navigation

search

This project demonstrates a simple search for keytech PLM/DMS data.

The project has not been developed for productive use, but is intended to provide a simple introduction to the use of the keytech web api.

Since most of the keytech customers are German speaking, the user interface is displayed in German.

Search result

Detail view

Getting Started

The project was created with Visual Studio Code and the Angular CLI Version 1.7.4.

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Set up the Development Environment

You need to set up your development environment first. See Angular QuickStart Guide for further information.

Install Node.js® and npm if they are not already on your machine.

Verify that you are running at least node 6.9.x and npm 3.x.x by running node -v and npm -v in a terminal/console window.

Then install the Angular CLI globally:

npm install -g @angular/cli

Get the Code

Download or clone the repo:

git clone https://github.com/keytechSoftware/search.git

To clone the repo, Git must of course be installed on the local computer. To set up Git please see Set Up Git for details.

Install Project dependencies

Install the necessary dependencies from the project root folder:

cd search
npm install

(This will install the dependencies declared in the package.json file)

Development server

Run the dev server:

ng serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

keytech Web API

This project uses a public keytech web api, which is used for demonstration purposes.

keytech customers can simply use their own keytech web api instance by changing the Url in the file src/app/shared/server.ts.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

keytech search uses several third-party libraries. More information can be found in THIRD-PARTY-NOTICES.txt.

Contributing

See our Guidelines for Contributing

About

A simple search for keytech PLM/DMS data via the keytech web api.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published