Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 2.11 KB

README.md

File metadata and controls

65 lines (36 loc) · 2.11 KB

Angular application for Warehouse

This repository serves as the scaffold of the application that is a part of the interview process for candidates attending on the position in CloudTalk.

Assignment

  1. As a warehouse, we would like to have two main features

    1. Warehouse status

      1. Table of products that are available

      2. Product definition (required properties)

        1. ID
        2. Name
        3. Quantity
        4. Unit price (euros)
      3. Product manipulation

        1. CRUD operations
    2. Shipments (optional)

  2. The application should be prepared to use the REST API

    1. In case of Fullstack position, the API should be implemented
  3. Please at the development consider

    1. Best practices for the development of angular application
    2. Testing
    3. Simulate a situation in which you work with the team (pay attention to how you work with Git)
  4. This is a bare minimum, there are no limits to creativity, just keep in mind what we wanted

We wish you good luck and a clear mind! We are looking forward to seeing you!

This project was generated with Angular CLI version 14.2.9.

Project informations

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.