Home - acstech/corkboard GitHub Wiki

Welcome to the CorkBoard wiki!

The CorkBoard API is available for developers looking for a RESTful API to build a marketplace website around. CorkBoard uses 4 HTTP methods(POST, GET, PUT, & DELETE) to support all of its endpoint functions; JSON formatting is used to send and retrieve all of its data parameters.

Instructions for setting up the CorkBoard front end website to consume the API are available here.

For prerequisites and and setup information, visit the Dev Setup page