This repository contains the API for the Front Matter CMS. The API is built using Azure Functions and Node.js.
To get started, you will need to have the following installed:
- Node.js
- Azure Functions Core Tools
To run the API, you will need to run the following command:
npm run watch
func start
You can test out the API using the validate HTTP file. To do this, you will need to have the REST Client extension installed in Visual Studio Code.