Skip to content

It's a project test to AILogic. The objective of it is a CRUD and manage version of products with internationalization.

Notifications You must be signed in to change notification settings

NeshGogo/product-version-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Product Version Manager

It’s a project to manage the version of products where the user can do the operation of CRUD. However, the user can go to a specific version of a product with all the characteristics of it. In other hand, the system support multilanguage with I18n in Spanish and English. The porpoise of if is for a test to AI Logic.

Functionalities

  • Change the UI of the interface from English to Spanish.
  • To be able to take the registration of a product to the state that was in version N of this.
  • View the records of the product table in a grid with paging.
  • View the detail of a particular record.
  • To be able to filter in the grid by brand, price, seller and cost.

Start up

To start up the application you can go to product-version-manager.web.app/ and if you want to test the API go to https://productversionmanagerbackend.azurewebsites.net/swagger/. In case you want to run the app locally you can clone the repository. Then you can install the npm dependencies in fronted. Next, open backend project in VS and run update-database in package manage console to generate the database. Finally, you run both projects the frontend with ng serve -o in the terminal and the backend clicking the green button in the top of the IDE or pressing F5 in your keyboard.

About

It's a project test to AILogic. The objective of it is a CRUD and manage version of products with internationalization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published