hamzakhalidhk / f22-rec09

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Up Backend Server

Either run the Java backend by using your IDE or by typing

mvn exec:exec

in the backend folder. This will start the Java server at http://localhost:8080.

Set Up Frontend Server

In the frontend folder, run

npm install
npm start

This will start the frontend server at http://localhost:3000. You can update the frontend code as the server is running in the development mode (i.e., npm start). It will automatically recompile and reload.

About


Languages

Language:Java 76.9%Language:TypeScript 16.6%Language:CSS 4.3%Language:HTML 2.3%