A survey application with a Spring Boot backend and an Angular frontend.
Follow these steps to get the application running locally.
Clone the project from GitHub to your local machine:
https://github.com/harinandana02/survey-app-fullstack.git
Open the backend
folder in your preferred Java IDE (e.g., IntelliJ).
-
Database Configuration: Set up your MySQL database connection in the
src/main/resources/application.properties
file. -
Run the Application: Start the Spring Boot application from your IDE. It will run on port
8080
by default.
Open the frontend
folder with any IDE (e.g., Visual Studio Code).
-
Install Dependencies: Install the required Angular and Node.js packages by running the following command in the frontend root folder:
npm install
-
Run the Web Interface: Launch the Angular development server:
ng serve