Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.21 KB

FullStackApp

FullStackApp is a web application built with Spring Boot for the backend and React for the frontend. It provides a seamless full-stack development experience for building modern web applications.

Table of Contents

Features

  • Spring Boot Backend:

    • RESTful API endpoints.
    • Database integration with Spring Data JPA.
  • React Frontend:

    • Responsive and dynamic user interface.
    • State management using React Hooks.
    • Integration with backend APIs.
  • Full Stack:

    • Seamless integration between the backend and frontend.
    • Modern and efficient development workflow.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Java Development Kit (JDK) installed.
  • Node.js and npm installed.
  • IDE with support for Spring Boot and React development.

Getting Started

Follow these steps to set up and run the FullStackApp locally:

  1. Clone the backend repository:

    git clone https://github.com/arjungautam1/fullstack-backend.git
    
  2. Clone the Frontend repository:

     git clone https://github.com/arjungautam1/fullstack-frontend.git