Skip to content

CSCE315-Spring23/Starbucks_Team3_Project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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