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 both
server/and
mobile/`. 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 using -
scripts/
: Some scripts that might apply to things outside of just a server or mobile context -
dataflow/
: 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.