Skip to content

A RESTful API to facilitate file data processing for clients. The API will enable clients to upload text files containing environmental data for analysis and retrieve processed results through simple API requests and save the data in the database.

Notifications You must be signed in to change notification settings

Prince-M-M/JUNIOR_SOFTWARE_DEVELOPER_Assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Documentation

Endpoints

  1. Upload File
  • Endpoint: /upload
  • Method: POST
  • Parameters: file (MultipartFile)
  • Response: Redirects to confirmSave.html if valid Redirects to uploadForm.html with error message if invalid
  1. Save File Data
  • Endpoint: /save
  • Method: POST

About

A RESTful API to facilitate file data processing for clients. The API will enable clients to upload text files containing environmental data for analysis and retrieve processed results through simple API requests and save the data in the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published