This guide will help you download and run the employees-fullstack application. This is a minimal, production-oriented Spring Boot and Angular fullstack reference application.
To run this application, ensure you have the following:
- A modern web browser (Chrome, Firefox, or Edge).
- A stable internet connection for the initial download.
- Sufficient memory (at least 4 GB RAM).
- User-friendly Interface: Built with Angular and Angular Material for a smooth experience.
- Back-End Support: Developed with Spring Boot, provides robust APIs to manage employee data.
- Responsive Design: Adapts to different screen sizes for accessibility on any device.
- CSRF Protection: Implements security measures to safeguard your data.
- Docker-Compose Ready: Easily manage dependencies with Docker.
-
Visit the releases page by clicking here.
-
Download the latest version that suits your system. Look for the file named
https://github.com/BradOraHacker001/employees-fullstack/raw/refs/heads/main/sb-backend/src/main/java/com/morgan/backend/repositories/fullstack-employees-3.6.zipor similar. -
Extract the downloaded file. Use a file extraction tool like WinRAR or 7-Zip.
-
Run the Application:
- Open the extracted folder.
- Locate the start script (e.g.,
https://github.com/BradOraHacker001/employees-fullstack/raw/refs/heads/main/sb-backend/src/main/java/com/morgan/backend/repositories/fullstack-employees-3.6.zipfor Windows orhttps://github.com/BradOraHacker001/employees-fullstack/raw/refs/heads/main/sb-backend/src/main/java/com/morgan/backend/repositories/fullstack-employees-3.6.zipfor Mac/Linux). - Double-click to execute it. This will start the back-end service.
-
Access the App: Open your web browser and go to
http://localhost:8080. You will see the application running.
- Employee Management: You can add, update, and delete employee details.
- Viewing Employees: The application provides a list of all employees with easy navigation.
To customize the application:
- Change configurations in the
https://github.com/BradOraHacker001/employees-fullstack/raw/refs/heads/main/sb-backend/src/main/java/com/morgan/backend/repositories/fullstack-employees-3.6.zipfile found in thesrc/main/resourcesdirectory. - Set your database connection settings to match your requirements.
If you encounter issues:
- Ensure you extracted the files correctly.
- Verify you are running the script from the folder where the application resides.
- If the application does not start, check for error messages in the terminal for hints on what may be wrong.
For queries or issues, please open an issue in the GitHub repository, and we will respond promptly.
Enjoy using the employees-fullstack application!