React & Flask API (Berry Design) - Generate and Go LIVE
This material explains how to use AppSeed and generate a #fullstack app on top of React and Flask using Berry Design - Sources are saved on GitHub.
Hello! This video explains how to generate a full-stack app powered by React & Flask on top of Berry, a pixel-perfect MUI design. The source code generated during the demonstration can be found on GitHub (MIT license). Thank you!
🚀 React Generator - the free tool used to build the project
The video material includes the steps to Go LIVE on Render using an open-source deployer written in Python. Here is the command that pushes the product into production:
$ python deployer.py fullstack https://github.com/app-generator/react-flask-api-berry
# Tool Output:
FullStack > API [api-server-flask] -> [react-ui]
>>> Deploy ID [dep-cdm9duta499enactk9g0] -> https://fivedda08275-api-server-flask-8zf.onrender.com
>>> UI, use NODE = v16.0.0 from list=v14.0.0,v16.0.0
>>> Deploy ID [dep-cdm9e0arrk0d9h09ibj0] -> https://fivedda08275-react-ui-4f1.onrender.com
In the above CMD, the deployer script is called with fullstack
sub-command using the generated REPO as input.
The source code generated during the demonstration