Skip to content

tieonster/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published