Skip to content

API Documentation

Ben Sloan edited this page Jan 30, 2024 · 7 revisions

API Server URL

Our API server is hosted on Google App Engine at: https://wombo-412213.nw.r.appspot.com/

API Documentation

Our API documentation is available at https://wombo-412213.nw.r.appspot.com/docs/

Running the API server in Development

  • Install the required npm packages: npm install
  • Run the expressJS server: node api_server.js
Clone this wiki locally