Skip to content

Kent-mak/Band-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Band System

NYCU Introduction to Database System Final Project - 樂團系統
前端展示:band-system.github.io

功能

  • 帳號管理,分為樂手以及樂團兩種帳號,並擁有各自的頁面
  • 樂手可以創建個人帳號並向喜愛樂團發出申請
  • 樂團帳號可以審核樂手入團申請並同意
  • 搜尋功能,根據 Filter 勾選結果排出符合自己喜好的個人資料

本地端測試

確定本機已經安裝好 npm 以及 python , pip

請先在 backend/.env 中設定 Database 的連線位址,並執行 backend/create_tables.py 來建出各個 Schema。
接著在 frontend/src/App.js 中的 App() 函數中裡把 url 設定成後端 Server 的 IP 位址。

Build Backend Server

cd ./backend
pip install flask flask_cors python-dotenv flask_sqlalchemy psycopg2-binary
python app.py

Build Frontend Server

cd ..
cd ./frontend
npm install
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •