ghulamazad / Todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 59.1%Language:Java 38.6%Language:CSS 2.1%Language:JavaScript 0.3%