- postgreSQL service https://github.com/khezen/compose-postgres
- document https://stackabuse.com/working-with-postgresql-in-python/
- (FE) https://github.com/poc7667/birch_x_project_FE/commit/af3418bc86a3ba7372ecb665bddb33d9666207f0
- (BE) https://github.com/poc7667/birch_x_project_BE/commit/ac14e0dfbed171b3ad4c2ecac20e4db017b499d8
Changes: https://github.com/poc7667/birch_x_project_FE/pull/20/files
- 打開 terminal
- git clone git@github.com:poc7667/birch_x_project_FE.git
- git checkout master (switch to correct folder)
- yarn install (install needed packages)
- npm start (run server)
- 打開 terminal
- git clone git@github.com:poc7667/birch_x_project_BE.git
- git checkout main
- python manage.py runserver (run server)