This project is an abstraction of an Employee implemented in Java. Unlike a basic array-based approach, this solution uses a PostgreSQL database for persistent data storage, leveraging Railway for deployment. This is a console application and it is built with Maven for dependency management and uses the dotenvjava library for environment configuration.
- Java
- PostgreSQL (hosted on Railway)
- Maven
- dotenvjava
The project is designed to be deployed easily with Railway. Database credentials and configuration can be managed using environment variables with dotenvjava.
Developed as a course assignment to practice object-oriented programming and upgraded individually using database integration instead of arrays.