Skip to content

josefflores/WOLFRACKET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

WOLFRACKET

A Racket Mathematics and Graphing REST API

Purpose

To set up a racket Webserver with API landing points that interpret JSON input, which would then be processed by Racket to evaluated solutions. These solutions would then be returned by the webserver and in JSON form, images would be returned as links.

Work Plan and Schedule

Plan

task state
1 Create Web Server object done
1.1 Web Server Documentation done
1.2 Generate proof of success done
2 Allow for multiple landing pages associated to the API methods done
2.1 Web API Documentation done
2.2 Generate proof of success done
3 Create a JSON processor object replaced - param handler class
3.1 JSON object Documentation skipped
3.2 Generate proof of success skipped
4 Create a Server API Handler object done
4.1 Server API handler Documentation done
4.2 Generate proof of success not-started
5 Create a Mathematics object done
5.1 Mathematics object Documentation done
5.2 Generate proof of success done
6 Create a Graphing object not started
6.1 Graphing object Documentation not started
6.2 Generate proof of success not started
7 Integrate objects done
7.1 Generate proof of success done

Second Milestone Goals

Items 3 - 4.2 , 6.1 - 7.1

Group Responsibilities

Jose Flores

Will be working with a parameter handler and integrating the application (Item 3 - 4.2 , 6.1 - 7.1 )

Munkhjargal Narmandakh

Will be responsible for the the Graphing object (Items 6 - 6.2)

Results & Documentation

Documentation can be found in wolfracket/documentation.md

Proof of concepts can be found in wolfracket/test-results.md

About

Racket Mathematics and Graphing REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Racket 80.2%
  • CSS 13.6%
  • JavaScript 6.2%