The application is hosted and accessible at:
http://my-bucket-baraa.s3-website.us-east-2.amazonaws.com/
-
Navigate to the backend directory:
cd backend -
Build the project using Maven:
mvn clean install
-
Run the Spring Boot application:
mvn spring-boot:run
The backend will start on
http://localhost:8080by default.
-
Navigate to the frontend directory:
cd frontend -
Install dependencies:
npm install
-
Start the development server:
npm start
The frontend will be available at
http://localhost:3000by default.