Skip to content

iw-tom/iw-tech-test-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IW Python Tech Test

Python version of the Infinity Works technical test. It uses the flask microframework.

Setting up

Assumes you have cloned the repo and have Python 3 available.

Create and activate a new virtual environment:

$ python3 -m venv venv
$ . venv/bin/activate

Install dependencies:

$ pip install -e .
Start the app::
$ python app.py

Visit http://localhost:5000 to receive the application.

About

Infinity Works Tech Test - Python Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.5%
  • HTML 35.6%
  • CSS 25.9%