Skip to content

nahteb/spring-boot-react-file-uploads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo project for using Spring Boot and React to upload files

Resources

License

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors