HarperDB
Search
⌃K

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:
  1. 1.
    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.
{
"operation": "add_custom_function_project",
"project": "dogs"
}
  1. 2.
    Clone our public gitHub project template
    This requires a local installation. Remove the .git directory for a clean slate of git history.
> git clone https://github.com/HarperDB/harperdb-custom-functions-template.git ~/hdb/custom_functions/dogs
  1. 3.
    Create a project folder in your Custom Functions root directory and initialize
    This requires a local installation.
> mkdir ~/hdb/custom_functions/dogs
> npm init
© HarperDB. All Rights Reserved