Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
/ tpp_expedidor Public archive

Utilizado para administrar e monitorizar o back-end do Banco de Dados TPP

License

Notifications You must be signed in to change notification settings

tpportugal/tpp_expedidor

Repository files navigation

TPP Dispatcher

Docker hub Codacy Badge

Used to administer and monitor the TPP Datastore back-end.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/tpportugal/tpp_expedidor.git
  • cd tpp_expedidor
  • yarn install
  • ./build.sh

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • docker run --rm -p 8003:4200 tpportugal/tpp_expedidor:latest ember test
  • docker run --rm -p 8003:4200 tpportugal/tpp_expedidor:latest ember test --server

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • docker run --rm -p 8003:4200 tpportugal/tpp_expedidor:latest ember build (development)
  • docker run --rm -p 8003:4200 tpportugal/tpp_expedidor:latest ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Utilizado para administrar e monitorizar o back-end do Banco de Dados TPP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages