https://github.com/pure-engineering/quiz-backend
https://github.com/pure-engineering/quiz-backend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pure-engineering/quiz-backend
- Owner: pure-engineering
- License: gpl-3.0
- Created: 2018-04-01T20:47:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T17:29:10.000Z (about 3 years ago)
- Last Synced: 2026-04-13T18:40:23.333Z (3 months ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz backend
To update array of questions, script parse questions folder and creates js file called questions.js
```
npm run questions-to-array
```
You can get more information here https://firebase.google.com/docs/cli/?authuser=0
## Serve functions locally
```
npx firebase functions:shell
```
## Deploy functions
```
npx firebase deploy --only functions
```