Yacatecuhtli is an open source lightweight financial management API developed with Spring Boot.
The minimum requirements are:
- PostgreSQL (>= 9.3)
- Java JDK 8
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.
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
To execute all tests, open a terminal and execute:
mvnw test
To run the application, open a terminal and execute:
mvnw spring-boot:run
Yacatecuhtli is Copyright © 2017 Huasteka.
It is free software, and may be redistributed under the terms specified in the LICENSE.md