Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.3 KB

File metadata and controls

27 lines (19 loc) · 1.3 KB

EmployeeXpress - Local Setup Guide 🚀

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.

✨ Prerequisites

  • 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.

✨ Step-by-Step Setup

  • 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.

✨ Usage

Explore the various features, such as CRUD operations, CSV export, and PDF generation.

✨ Contributing

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!