Piggy is a web application to track your personal finances daily. You can view a monthly or annually resume about your expenses and incomes in some fancy Dashboards.
๐ Piggy
Piggy is a web application to track your personal finances daily. You can view a monthly or annually resume about your expenses and incomes in some fancy Dashboards.
Made with Ruby on Rails 6, TailwindCSS and PostgreSQL 13; using a five layers architecture
GeekMetrik is a scalable system that adapts to the expression needs of the Geek community with an innovative approach. Project developed during the course Object Oriented analysis and Design on Spring 2020
GeekMetrik
Se requiere:
- Java 11
- NetBeans 11 o superior / IntelliJ IDEA 2020.1
- Maven 4
- MySQL 8.0
- mysql-connector-java 8.0.22
Base de datos
Ejecute los comandos de GeekMetrik.sql usando MySQL Workbench o Command Line, para iniciar la base de datos.
Ubicada en GeekMetrik-master\src\main\java\Model\Utilerias\GeekMetrik.sql
Se crearรก el Admin por default:
user: Admin
password: Admin
Edite el archivo Conexion.java y en el campo de password coloque su contraseรฑa para MySQL.
Ubicada en GeekMetrik-master\src\main\java\Model\Utilerias\Conexion.java
Finalmente, asegurese que use el puerto por default 3306 para MySQL.