An open API service indexing awesome lists of open source software.

https://github.com/edgar-code-repository/angular-upload-demo

A JSON file is uploaded from an Angular application.
https://github.com/edgar-code-repository/angular-upload-demo

angular bootstrap front-end-development

Last synced: about 2 months ago
JSON representation

A JSON file is uploaded from an Angular application.

Awesome Lists containing this project

README

          

# Upload Demo using Angular

A JSON file is uploaded from an Angular application.

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.13.

![angular+bootstrap](images/angular+bootstrap.jpg)

--------------------------------------------------------------------------------------------------------

## Rest API Backend

The Angular App uses a Spring Boot Rest API Backend that receives the uploaded file:

https://github.com/edgar-code-repository/spring-boot-upload-demo

-------------------------------------------------------------------------

## Simple file upload

![file-upload](screenshots/upload-form.png)

## Upload Endpoint

![upload-endpoint](screenshots/postman.png)

--------------------------------------------------------------------------------------------------------