Skip to content

Joey-Chien/DBMS_Project

Repository files navigation

README

操作流程:

下載所有的檔案 安裝python,flask,flask-login,psycopg2

$ python install flask

確認有postgres建立資料庫FP 在run.py裡將password改成自己postgres的密碼

conn = psycopg2.connect(database="FP1", user="postgres", password="""Your password""", host="127.0.0.1", port="5432")

執行run.py 可以在local host 127.0.0.1:5000看到

$ python run.py

之後就能到瀏覽器操作嘍~~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published