A full-stack web application built with Java, Spring Boot (backend), React (frontend), Gradle, and npm.
- RESTful API with Spring Boot
- Modern React frontend
- Gradle for backend build and dependency management
- npm for frontend package management
- Java 17+
- Node.js 18+
- npm 9+
- Gradle 7+
- Navigate to the backend directory:
./gradlew bootRun
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the React development server:
npm start