Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Task: Setup the Flask server to host a POST endpoint and send/recieve data JSON. #39

Closed DragonflyRobotics closed 7 months ago

DragonflyRobotics commented 7 months ago

The Flask server on the (now pruned) Flask branch can only handle GET requests and return HTML. We need a URL endpoint to handle JSON POST data. #38

DragonflyRobotics commented 7 months ago

This was resolved 2ebfdd7e6f4980dcde688ae8cc3f5163c0df64d7