Skip to content

A SPA application using Python Flask as backend and Postgres as database

Notifications You must be signed in to change notification settings

FaztWeb/flask-postgres-crud-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Postgres CRUD SPA

A SPA Application with a flask backend and Postgres as Database (with psycopg2)

Requirements

  • Python 3
  • PostgreSQL

environment variables

for example:

DB_HOST = localhost
DB_PORT = 5432
DB_NAME = usersdb
DB_USER = postgres
DB_PASSWORD = mysecretpassword

Installation

git clone https://github.com/FaztWeb/flask-postgres-crud-spa

cd flask-postgres-crud-spa

pip install -r requirements.txt

python app.py

About

A SPA application using Python Flask as backend and Postgres as database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published