https://github.com/raghavtilak/springbootrestapi
REST APIs construction using Java and Spring, for the android Multipart Example
https://github.com/raghavtilak/springbootrestapi
java-spring java-spring-boot java-spring-framework multipart-formdata multipart-uploads rest-api spring spring-boot spring-boot-rest-api spring-multipart spring-rest spring-rest-api
Last synced: 3 months ago
JSON representation
REST APIs construction using Java and Spring, for the android Multipart Example
- Host: GitHub
- URL: https://github.com/raghavtilak/springbootrestapi
- Owner: raghavtilak
- Created: 2022-10-22T18:14:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T18:19:45.000Z (over 2 years ago)
- Last Synced: 2025-01-14T14:22:03.120Z (4 months ago)
- Topics: java-spring, java-spring-boot, java-spring-framework, multipart-formdata, multipart-uploads, rest-api, spring, spring-boot, spring-boot-rest-api, spring-multipart, spring-rest, spring-rest-api
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBootRestApi
REST APIs construction using Java and Spring. Receiving multiple images along with JSON data, and storing the images in a folder in image format.# Android App Code
Frontend for consuming the REST APIs
