Skip to content

djbrunoramon/punch-list-app

Repository files navigation

Punch List App

Application for registering pending EPC contract or similar

Features

  • Registration of Responsible
  • Contract Registration
  • Pending Register

Screenshot

dashboard

contract

responsible-person

pendency

Tech

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!

Installation Front-end

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

Installation Back-end

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.