Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.15 KB

File metadata and controls

41 lines (25 loc) · 1.15 KB

Full-Stack Survey Application

A survey application with a Spring Boot backend and an Angular frontend.


Setup

Follow these steps to get the application running locally.

1. Clone the Repository

Clone the project from GitHub to your local machine: https://github.com/harinandana02/survey-app-fullstack.git

2. Backend Setup

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.

3. Frontend Setup

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

The web interface will be accessible at http://localhost:4200 to post and edit a survey. Survey App Screenshot