https://github.com/mikelambert/dancedeets-monorepo
DanceDeets Codebase: The python server (with React.JS rendering), as well as the React Native mobile app (and their shared code)
https://github.com/mikelambert/dancedeets-monorepo
dance events-aggregator gae python react react-native
Last synced: 6 months ago
JSON representation
DanceDeets Codebase: The python server (with React.JS rendering), as well as the React Native mobile app (and their shared code)
- Host: GitHub
- URL: https://github.com/mikelambert/dancedeets-monorepo
- Owner: mikelambert
- Created: 2016-11-29T22:04:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T22:28:46.000Z (about 3 years ago)
- Last Synced: 2024-04-14T12:30:35.661Z (over 1 year ago)
- Topics: dance, events-aggregator, gae, python, react, react-native
- Language: Python
- Homepage: http://www.dancedeets.com
- Size: 32.1 MB
- Stars: 21
- Watchers: 6
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DanceDeets
The code for www.dancedeets.com and the DanceDeets mobile app.
## Code layout
- [`server/`](server): AppEngine server codebase (contains FE JS code, Python GAE app, and other miscellaneous).
- [`mobile/`](mobile): React Native app (including JS code).
- [`common/`](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/`](bybase): Some half-finished scripts, just poking around at the data bybase was using
- [`scripts/`](scripts): Some scripts that might apply to things outside of just a server or mobile context
- [`dataflow/`](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.