Create a Project
To create a project using our web-based GUI, HarperDB Studio, checkout out how to manage Custom Functions here.
Otherwise, to create a project, you have the following options:
Use the add_custom_function_project operation
This operation creates a new project folder, and populates it with templates for the routes, helpers, and static subfolders.
Clone our public gitHub project template
This requires a local installation. Remove the .git directory for a clean slate of git history.
Create a project folder in your Custom Functions root directory and initialize
This requires a local installation.
Last updated