Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History

api

Hubbl logo

Hubbl Data Access.Api

This library hosts an abstraction layer for the API used in the client applications.

Coverage Status GitHub

Project

The application is built using the @nrwl/workspace:library generator, and it is built with TypeScript.

Development

Installation

Once the repository has been cloned, install the dependencies of the project.

# with npm 
npm install 

Execution

The library can not be executed, as it is a utility library.

Testing

The library contains only unit tests. The unit tests are required in any class or function that is used. In order to run the tests:

# unit tests
nx test data-access-api

Coverage

The project flag inside CodeCov is data-access-api.