Skip to content

harinandana02/survey-app-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java Spring Boot backend with Angular frontend for User survey including Create and Read functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors