Gcard - Software Engineering Development Project
Gcard/
├─ backend/ <- Spring Boot
├─ frontend/ <- React.js
- Change directory to ./backend
cd ./backend- Copy .env file and set the value
cp .env.example .env- Install maven dependencies
mvn install- Run on localhost:8080
mvn spring-boot:run- Change directory to ./frontend
cd ./frontend- Install npm packages
npm install- Run on localhost:3000
npm start