Skip to content

huasteka/yacatecuhtli

Repository files navigation

Yacatecuhtli

CircleCI Maintainability Test Coverage

Yacatecuhtli is an open source lightweight financial management API developed with Spring Boot.

Setup

The minimum requirements are:

Installation

To download and build the project, open a terminal and execute:

git clone https://github.com/huasteka/yacatecuhtli.git
cd yacatecuhtli
mvnw clean install

The deployable artifact will be created at target directory.

Configuration

Yacatecuhtli uses Spring Boot which has a configuration file located at src/main/resources/application.properties that configures the application context with parameters you can find at the documentation

Tests

To execute all tests, open a terminal and execute:

mvnw test

Run

To run the application, open a terminal and execute:

mvnw spring-boot:run

License

Yacatecuhtli is Copyright © 2017 Huasteka.

It is free software, and may be redistributed under the terms specified in the LICENSE.md