Skip to content

Tochey/Spring-Boot-ReactJS-CRUD-Full-Stack-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Quick Start

Prerequisites

  • Install Java 11 from the OpenJDK
  • Install Node.js from the Node.js website
  • Clone the repo git clone this.repo

Backend

  • Go to your project folder from your terminal
  • cd backend-service/employee-service
  • Run: ./mvnw spring-boot:run

Frontend

  • Go to your project folder in a new terminal tab
  • cd frontend-service
  • Run: npm install or yarn install
  • After install, run: npm run start or yarn start

On Sucessful Start, it should look like:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published