A SPA Application with a flask backend and Postgres as Database (with psycopg2)
- Python 3
- PostgreSQL
for example:
DB_HOST = localhost
DB_PORT = 5432
DB_NAME = usersdb
DB_USER = postgres
DB_PASSWORD = mysecretpassword
git clone https://github.com/FaztWeb/flask-postgres-crud-spa
cd flask-postgres-crud-spa
pip install -r requirements.txt
python app.py