Skip to content

HarperDB/application-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HarperDB Application Template

This is a template for building HarperDB applications. You can download this repository as a starting point for building applications with HarperDB. To get started, make sure you have installed HarperDB, which can be quickly done with npm install -g harperdb. You can run your application from the directory where you downloaded the contents of this repository with:

harperdb run /path/to/your-app

(or if you enter that directory, you can run the current directory as harperdb run .).

For more information about getting started with HarperDB and building applications, see our getting started guide.

This template includes the default configuration, which specifies how files are handled in your application.

The schema.graphql is the schema definition. This is the main starting point for defining your database schema, specifying which tables you want and what attributes/fields they should have.

The resources.js provides a template for defining JavaScript resource classes, for customized application logic in your endpoints.

About

A template for building HarperDB applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published