Demo project for using Spring Boot and React to upload files.
- Java 11
- Maven
- node.js
- npm
- 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