AyazKhuraishi / springboot-react-file-upload-download

Spring Boot + ReactJS: File Upload & Download Example

Home Page:https://www.knowledgefactory.net/2022/06/spring-boot-reactjs-file-upload-download-example.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot + ReactJS: File Upload & Download Example

User Interface

Local setup

Step 1: Download or clone the source code from GitHub to a local machine

Backend

Step 2: mvn clean install

Step 3: mvn spring-boot:run

Frontend

Step 4: npm install

Step 5: npm start

From the browser call the endpoint http://localhost:3000

About

Spring Boot + ReactJS: File Upload & Download Example

https://www.knowledgefactory.net/2022/06/spring-boot-reactjs-file-upload-download-example.html

License:GNU General Public License v3.0


Languages

Language:Java 40.7%Language:JavaScript 36.9%Language:HTML 18.4%Language:CSS 3.9%