Ucode project: develop the app for financial accounting.
Tetiana Rohalska | Alexandr Arnopolin | Anastasiia Svyryda
- Front-End - HTML/CSS/JavaScript
- Back-End - Java 14, Maven, SQL
- Spring Framework, Spring Boot, Spring Security
- PostgreSQL
-
git clone https://github.com/arni30/Cashflow -
PostgreSQL database:
2.1. You have to install PostgreSQL.
2.2. Create user and databases:
psql postgres; CREATE USER root WITH PASSWORD 'qwerty'; CREATE DATABASE [your login]; CREATE DATABASE cashflow; exit; -
apply maven wrapper, if necessary:
mvn -N io.takari:maven:wrapper -
write postgresql username and password in hibernate config file if its different from 2.3. (Ubay/src/main/resources/hibernate.cfg.xml)
-
run app:
./mvnw spring-boot:run -
open in browser website: http://localhost:8080/cashflow








