A privacy-oriented SMS client built with React and Flask. Containerized with Docker and hosted on AWS.
- Before running the backend (with
python backend/src/app.py) ensure a virtual environment is created- Go to the backend folder and run:
python -m venv venv. - For Linux:
source ./venv/bin/activate - For Windows:
venv\scripts\activate.bat - Run
pip install -r requirements.txtto install the packages.
- Go to the backend folder and run:
- Environment variables have default values (in
backend/src/app.py). Sensitive values are set in.env.