The Resume Web App is a simple web application that allows users to create, search, and view resumes. Users can add their educational background, skills, and other relevant information to create a comprehensive resume.
Before you can build and run the project, make sure you have Maven installed. If you don't have Maven installed, you can download it from the official Maven website.
To run the Resume Web App locally, follow these steps:
- Clone the repository:
git clone https://github.com/RaduAna-Maria/Web-Application-for-CVs.git - Navigate to the project directory:
cd resume-web-app - Install dependencies:
mvn install - Start the application:
mvn spring-boot:run
Once the application is running, open your web browser and go to http://localhost:8080 to access the Resume Web App. Follow the on-screen instructions to create or search for resumes.
- Check if all fields are completed (show an error if a field is empty)
- Change the database for dat to persist between application runs
- Search resume using education or skills fields
- Add more fields
This project is licensed under the GNU General Public License v3.0.