
A full stack web application template that uses a Python backend and a JavaScript frontend.
The Full Stack Web App Template - FARM Stack is a full stack web application template that runs on the FARM solution stack. The FARM stack stands for Flask, Amazon Web Services (AWS), React, and MySQL. This template provides developers with a starting point for building web applications using these technologies.
To setup the MySQL instance:
sample.sql script within the instance to create a schema called SampleInventory and initialize a table called Inventory.To setup the Flask API:
api/ directory.virtualenv farm-stack.source farm-stack/bin/activate.pip3 install -r requirements.txt.dbcreds.py as needed.To run the Flask API:
source farm-stack/bin/activate.api/ directory.python app.py.To run the React UI:
ui/ directory.npm install.npm start.The Full Stack Web App Template - FARM Stack is a full stack web application template that utilizes Flask, AWS, React, and MySQL. It provides developers with a starting point for building web applications with these technologies. The installation process includes setting up a local MySQL instance, installing modules for the API and UI, and running the API and UI locally. Overall, this template offers a comprehensive solution for developing and deploying full stack web applications.
