- Registration of Responsible
- Contract Registration
- Pending Register
Punch List App was developed in Angular and can be adapted to any environment.
This project was generated with Angular CLI version 13.1.0.
- [AngularJS] - HTML enhanced for web apps!
Download the source code:
git clone git@github.com:djbrunoramon/punch-list-app.git
Run the following commands:
npm install
npm start
The application will run at the address: http://localhost:4200
For the system to work correctly, it is possible to download the backend to be able to use the features.
Download the source code:
git clone git@github.com:djbrunoramon/punch-list-api.git
Run the following commands:
./mvnw clean package
./mvnw spring-boot:run
The service will run at the address: http://localhost:8080
For more information about the backend visit: Punch-list-api Repository.