rssmith614 / treehouse-student-database

https://student-database-2aa8d.web.app/login
0 stars 0 forks source link

Treehouse Student Database

Track Student Progression of California K-8 Standards through tutoring session evaluations and assessments.

Technologies, Frameworks, and Programming Languages Used

This app is currently hosted on Firebase at https://student-database-2aa8d.web.app/.

Installation

To run the development environment locally, run the following commands after cloning the repository:

npm ci
npm run emulate
npm start

Authors / Contributors

Other notes

Firestore database is backed up weekly on Sundays via gcloud. To view current backups, run the following command:

gcloud alpha firestore backups list \
--format="table(name, database, state)"

Further documentation on Firestore backups can be found here.