This application helps to keep an eye on the inputs and outputs, to create and manage budgets
Component | |
---|---|
Backend | Java/Spring Boot |
Frontend | Angular |
Docker | Docker |
Download postgres database and install
Create user and schema mybudget_appl
Set environment variables for database
- MYBUDGET_DB_URL = jdbc:postgresql://[HOST]:[PORT]/[DATABASE_NAME]
- MYBUDGET_DB_USERNAME = [USERNAME]
- MYBUDGET_DB_PASSWORD = [PASSWORD]
mvn clean install
mvn clean install -DskipTests
java -jar backend/target/backend-[VERSION].jar
After the start the following url are available:
SwaggerUI
AngularUI