/Todo

Primary LanguageTypeScript

Todo

This README provides instructions on how to run the Spring Boot backend and the Next.js frontend projects.

Prerequisites

  • Node.js installed on your machine.
  • Java Development Kit (JDK) installed on your machine.
  • Maven installed on your machine.
  • Git installed on your machine.

Backend (Spring Boot)

  1. Navigate to the Frontend Directory:
cd backend
  1. Change the DB Credential in application.yml

  2. Run the Server:

mvn spring-boot:run

Frontend (Next.js)

  1. Navigate to the Frontend Directory:
cd frontend
  1. Install Dependencies:
npm install
  1. Run the Development Server:
npm run dev