Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 593 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 593 Bytes

Password Manager Application

Front-End

React ANT UED

Back-End

Electron for Framework

Alternate Backend with Install Notes

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

Mobile Implementation

React Native

Build and Run

To run

npm run startappnode