Skip to content

Commit

Permalink
add stack info to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
materkey committed Aug 13, 2020
1 parent 452919f commit cdd500f
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
## White-label builder for Android apps
Demo: https://youtu.be/bTh_kyXznEk?t=6029
## White-label builder
Customized Android apps builder with scalability in mind

## TODO: Containerize
[Video Demonstration](https://youtu.be/bTh_kyXznEk?t=6029)
![Stack](https://i.ibb.co/ysfHqgh/stack.png)
Stack:
- [Centrifugo](https://centrifugal.github.io/centrifugo/) - [🐙](https://github.com/centrifugal/centrifugo) - Scalable real-time messaging server in language-agnostic way. Set up once and forever. Allow users of White-label builder to get build results faster.
- [Celery](https://docs.celeryproject.org/en/stable/) - [🐙](https://github.com/celery/celery) - Distributed Task Queue to scale build workers easily.
- [Redis](https://redis.io/) - [🐙](https://github.com/redis/redis) - In-memory database that persists on disk.
- [ReactJS](https://reactjs.org/) - [🛠️](https://stackshare.io/react) - [🐙](https://github.com/facebook/react) - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- [Redux](https://redux.js.org/) - [🛠](https://stackshare.io/reduxjs) - [🐙](https://github.com/reduxjs/redux) - Predictable state container for JavaScript apps.
- [Django](https://www.djangoproject.com/) - [🛠](https://stackshare.io/django) - [🐙](https://github.com/django/django) - The Web framework for perfectionists with deadlines.
- [Webpack](https://webpack.js.org/) - [🛠️](https://stackshare.io/webpack) - [🐙](https://github.com/webpack/webpack) - A static module bundler for modern JavaScript applications.
- [Babel](https://babeljs.io/) - [🛠️](https://stackshare.io/babel) - [🐙](https://github.com/babel/babel) - A JavaScript compiler; use next generation JavaScript, today.
- [Node.js](https://nodejs.org/) - [🛠️](https://stackshare.io/nodejs) - [🐙](https://github.com/nodejs/node) - A JavaScript runtime built on Chrome's V8 JavaScript engine.
- [Material UI](https://material-ui.com/) - [🛠️](https://stackshare.io/material-ui) - [🐙](https://github.com/mui-org/material-ui) - React components that implement Google's Material Design.
- [Python](https://www.python.org/) - [🛠️](https://stackshare.io/python) - [🐙](https://github.com/python/cpython) - A programming language that lets you work quickly.

Android App repo for this demo `materkey/white-label.git` is private because it provides Delivery Club API details. Reproducing apk build without android app repository require modifications to existing code. Making it universal solution for arbitrary app is a future plan.

## TODO: Containerize and fix vulnerabilities

## Not Quick Start Guide
1. `git clone git@github.com:materkey/white-label-builder.git`
Expand Down

0 comments on commit cdd500f

Please sign in to comment.