Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 229 Bytes

Readme.md

File metadata and controls

20 lines (15 loc) · 229 Bytes

Yo Yo pizza ordering app

Starting the frontend

cd frontend
npm install
npm start

Starting the backend

cd backend
virtualenv env
source enb/bin/activate
pip install -r requirements.txt
python main.py