This app is in development and may contain bugs! I am working towards its final release :).
- Java JDK greater than 8.
- Postgresql 10 or greater.
- IntelliJ Idea IDE (JetBrains).
- Clone this repository.
- Run budgety_database.sql file from your psql shell. It will create required databases.
- Open IntelliJ Idea IDE, import the root folder(Budgety) as project. Press Ctrl + F9 to build the project.
- In your Navigation pane, open ./src/main/java/org/abhishek/app/Main.java and press Shift + 10 to run.