Skip to content

Demonstrates the access to the favorite elements of a keytech PLM/DMS user.

License

Notifications You must be signed in to change notification settings

keytechSoftware/my-favorites

Repository files navigation

My Favorites

This project demonstrates the access to the favorite elements of a keytech PLM/DMS user.

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.

Favorites

Detail view

Getting Started

The project was created with Visual Studio Code and the Angular CLI Version 1.0.0-rc.0.

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/my-favorites.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 my-favorites
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 favorites uses several third-party libraries. More information can be found in THIRD-PARTY-NOTICES.txt.

Contributing

See our Guidelines for Contributing

About

Demonstrates the access to the favorite elements of a keytech PLM/DMS user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published