Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 463 Bytes

File metadata and controls

9 lines (7 loc) · 463 Bytes

Building Spring Boot, MongoDB and React.js CRUD Web Application

This source code is part of Building Spring Boot, MongoDB and React.js CRUD Web Application tutorial.

To run locally:

  • Run MongoDB server
  • Clone this repository
  • From frontend directory, run npm install and npm run build
  • From root directory, run ./gradlew bootRun