Skip to content

emclaug2/doc-it-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-it-api

This repo contains an API used within the PX Blue Home documentation website and an admin script used to maintain the underlying database. The API and Database are hosted by Firebase.

admin

The admin folder contains a node.js script that is used to insert data into the Firestore Database that the API reads from.

To build the admin script, run:

yarn build

To insert data into the roadmap collection found in the database, run:

yarn insert:roadmap

api

This API is a firebase function used to fetch Roadmap information for PX Blue Home's Roadmap page.

To develop the API locally, run:

yarn serve

To deploy the API to firebase, run:

yarn deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published