SCCapstone / Swearengineers

Math Quizzes
https://math-quizzes-sc.appspot.com
Apache License 2.0
0 stars 0 forks source link
app-engine

To create a teacher you will need the teacher authentication code:

teacher1


Math Quizzes Project Description

Goal

To create an educational web app for kindergarten through 12th grade students that allows their teachers to assign them math problems.


Overview


Client Info

Clara Valtorta

[cgvaltorta@gmail.com]()

Website


Platforms


Technical Requirements

Products: App Engine

Language: Python

APIs

Dependencies


Run Info

To run locally:

 dev_appserver.py ./

To deploy:

 gcloud app deploy ./app.yaml ./index.yaml

To update a modified data store index:

 gcloud preview datastore cleanup-indexes ./index.yaml
 gcloud preview datastore create-indexes ./index.yaml
 gcloud app deploy ./index.yaml ./app.yaml