React ANT UED
Electron for Framework
FastAPI, (ASGI to serve ) Postgres, and Python
# Setup
# Containerize Python instance
pip install virtualenv
pip install psycopg2-binary
pip install pandas
virtualenv venv
source venv/bin/activate
pip install fastapi
pip install uvicorn
# Running in GO
npm run startappgo
# Running in Python (Experimental)
npm run startapp
npm run start-uvicorn
React Native
To run
npm run startappnode