-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
AyodhyaPrasad edited this page Nov 5, 2024
·
7 revisions
Getting Started:
Prerequisites Before starting, ensure you have the following tools installed:
- Java (JDK 8 or higher)
- MySQL Database and MySQL Workbench
- IDE: IntelliJ IDEA or Eclipse or Sts (any IDE with Maven support)
- Maven: For managing project dependencies
Installation 1 Clone the Repository
-
Copy bellow code
- git clone https://github.com/yourusername/job-portal-web-app.git 2 Database Setup
- Create a new MySQL database for the application.
- Import the SQL scripts (00-create-user.sql and 01-jobportal.sql) found in the 00-starter-sql-scripts folder.
- 3 Configure Application Properties
- Open application.properties and update the database configurations (username, password, etc.).
- Build and Run the Application
Copy code
- mvn clean install
- mvn spring-boot:run
- Access the Application
- The application will be available at http://localhost:8080.