Application for managing vendors and products.
This project is developed in Typescript with Angular 8 framework.
For the execution of the project it is necessary to install the following libraries
- Node (used v.14.x)
- NPM
- Angular-cli
The project directory structure is described below
.
├── .github/workflows # Stores file that triggers Github Action;
├── e2e # Tests files;
├── src # Stores all components and logic developed.
...
To install the libraries, execute the command below inside the main repository directory.
npm install
ng serve
This project uses Github Action to deploy the application to each new commit main branch. To do this, it uses the following file:
- José Remígio - Initial work - José Remígio