Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 441 Bytes

math-api

This application is a REST API for performing operations that you would find on a calculator.

Tech:

  • Spring Boot 2

Purpose of this application

This app was built for the primary purpose as a test for a prospective employer.

Demo

Here is a link to a demo of the API

Current Issues/Outstanding Tasks

  • Create unit tests.
  • Add Swagger UI docs.
  • Configure Error Handling