Skip to content

1weiho/Gcard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov Node.js CI Java CI with Maven

About

Gcard - Software Engineering Development Project

Directory Structure

Gcard/
├─ backend/ <- Spring Boot
├─ frontend/ <- React.js

Installation

Spring Boot

  1. Change directory to ./backend
cd ./backend
  1. Install maven dependencies
mvn install
  1. Run on localhost:8080
mvn spring-boot:run

React.js

  1. Change directory to ./frontend
cd ./frontend
  1. Install npm packages
npm install
  1. Run on localhost:3000
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.6%
  • JavaScript 35.5%
  • Other 0.9%