This repository contains the source code for [Project Name], a Java Spring application with both frontend and backend components.
- Navigate to the
backend
folder in the project directory. - Ensure that MySQL is installed and running, and has a connection available on port 3306.
- Open the
application.properties
file in thesrc/main/resources
directory. - Update the
spring.datasource.url
property to match your MySQL connection configuration, if necessary. - Run the Spring application. You can do this using your preferred IDE or with the following command:
./mvnw spring-boot:run
Ensure that Node.js and npm are installed on your system. Navigate to the root folder of the project. Install the required dependencies by running:
Copy code npm install Start the development server by running: npm run dev This will compile the frontend assets and start the development server on port 5173.