dancedeets-monorepo
dancedeets-monorepo copied to clipboard
DanceDeets Codebase: The python server (with React.JS rendering), as well as the React Native mobile app (and their shared code)
DanceDeets
The code for www.dancedeets.com and the DanceDeets mobile app.
Code layout
server/: AppEngine server codebase (contains FE JS code, Python GAE app, and other miscellaneous).mobile/: React Native app (including JS code).common/: Common functions and data models used by bothserver/andmobile/`. As well as data shared by both (ie all the tutorial data)bybase/: Some half-finished scripts, just poking around at the data bybase was usingscripts/: Some scripts that might apply to things outside of just a server or mobile contextdataflow/: The Google Cloud Dataflow (aka Apache Beam) code. Basically where the new MapReduce type jobs are being written, as we try to migrate off Google AppEngine mapreduce and pipeline libraries.