Technical Documentation - LearnDeepMilwaukee/overview GitHub Wiki
The software stack has 4 layers, and here's some doc about each layer:
- Rea-app user Interface, based on React, written in Javascript.
- API, based on Graphql, using Graphene-Django.
- Back-end model and logic, based on Django, written in Python.
- Relational database: we use SQLite for development, and PostgreSQL for production.