Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 446 Bytes

Sandman App

Clone the repo by entering the following into your command line

git clone https://gitlab.com/cs-department-ecu/csci-3030-fall-2022/section-001/team-06/sandman-app.git

How to Use

  • Run the git clone command above if you haven't already
  • Use git pull if you haven't touched the repo in awhile
  • Get all the required libraries with pip3 install -r requirements.txt
  • To run the webapp enter python3 webapp.py