Skip to content

sugiYag/bigmac-kiosk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Big Mac Kiosk

Streamlit application demo for GCS10004-07-2022F (Handong Global University)

Requirements

  • GitHub account
  • git software
  • Streamlit account

Setup GitHub

If not already done.

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Add Code to Your Empty GitHub Repository

git add README.md
git add menu.png
git add kiosk.py
git commit -m "Initial"
git remote add origin https://github.com/hisplan2/bigmac-kiosk.git

where hisplan2 should be replaced with your own GitHub username.

git push -u origin master

Push the Code Changes to Your GitHub Repository

git add README.md
git add menu.png
git add kiosk.py
git commit -m "Initial"
git push

About

BigMac kiosk Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages