Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 525 Bytes

Starbucks_Team3_Project3

Setting up the Project

Task 0: Pull Project

git clone https://github.com/CSCE315-Spring23/Starbucks_Team3_Project3.git

Task 1: Set up Flask

  • Go into the directory backend
cd ./backend
  • Follow README.md within the directory

Task 2: Set up React.js

  • Go into the directory frontend
cd ./frontend
  • Follow README.md within the directory