Skip to content
/ Gcard Public

A blockchain forum develop in spring boot and react

Notifications You must be signed in to change notification settings

Pasdaven/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. Copy .env file and set the value
cp .env.example .env
  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

A blockchain forum develop in spring boot and react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages