Welcome 🖖 to EmployeeXpress! This guide will walk you through the process of setting up and running the application on your local machine. EmployeeXpress is a Spring Boot project that offers efficient employee management, CRUD operations, CSV export, PDF generation, and more.
- Java Development Kit (JDK): Make sure you have Java 17 or higher installed on your machine.
- PostgreSQL Database: Install PostgreSQL
- Create two databases: employee for the application data and cnaps for cnaps data.
- Clone the Repository:
git clone https://github.com/NiceGuyMe/EmployeeXpress.git
-
Configuration: Edit the src/main/resources/application.properties file to set your PostgreSQL database credentials for development databases:
-
Download dependencies, and start the application. Visit http://localhost:8080/signup in your browser to access EmployeeXpress and create account.
Explore the various features, such as CRUD operations, CSV export, and PDF generation.
Contributions are welcome! If you find any issues or want to add features, fork the repository and create a pull request.
Feel free to reach out if you have any questions or need assistance. Happy coding with EmployeeXpress!