📕
StickPage Community Docs
  • README
  • Documentation Style Guide
  • The Central Database
    • About Central Database
    • The JSON Schema
      • JSON Schema: StickPage Entry
    • Contribute
      • Adding new entry
      • Updating existing entry
      • Removing an entry
  • Community
    • Policies
      • Community Code of Conduct
      • Reporting Code of Conduct Violations
    • Community Hubs Network Board
Powered by GitBook
On this page

Was this helpful?

  1. The Central Database

About Central Database

The Central Database is a collection of JSON files manually crafted by humans for the @stickpage-api/json-db Node.js package. The database is hosted on GitLab, and currently under work-in-progress for now.

Getting Started

To access the database locally, clone it using Git.

## Directly from GitLab
git clone https://gitlab.com/StickPage/Database-Repository.git

## Or, use the GitHub mirror.
git clone https://github.com/StickPage-API/Central-DB.git

If you cloned the source files of @stickpage-api/json-db package, navigate to there and simply run the following these commands below.

## Run this command one and it will clone everything for you.
npm run db:clone

## Then choose what branch you want to work on
npm run db:list-remotes && npm run db:list-branches
npm run db:change-branch origin master ## For development
## or use this for stable releases, arguments in 'git checkout' allowed.
npm run db-change-branch origin AndreiJirohHaliliDev2006-master-patch

See the following links to learn more about how to contribute to the database.

PreviousDocumentation Style GuideNextThe JSON Schema

Last updated 4 years ago

Was this helpful?

The JSON Schema
Adding new entry