Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 537 Bytes

REP Git Workshop

1. Clone this repository to your local file directory.

git clone https://github.com/loichiilek/workshop.git

2. Set up your python virtual environment in the root directory.

python -m virtualenv venv

3. Install the required dependencies.

pip install -r requirements.txt

4. Run the Flask server locally.

python run.py

5. Visit localhost:5000 to view the Flask application

6. Complete the functions located in

  • easy.py
  • not_as_easy.py
  • not_easy.py (if you are bored)