Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 399 Bytes

File metadata and controls

13 lines (11 loc) · 399 Bytes

Upload files with Spring Boot and React

Demo project for using Spring Boot and React to upload files.

To run this you'll need

  • Java 11
  • Maven
  • node.js
  • npm

Building and running the app

  • To build the Java app run ./mvnw clean package
  • To run the Java app run java -jar target/spring-boot-file-uploads-0.0.1-SNAPSHOT.jar
  • To start the front end, cd into client and run npm start