chrissward / full-stack-python-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Tech Test: Python

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

.. _flask: http://flask.pocoo.org

Prerequisites

  • Python 3
  • Clone this repo
  • Access to the internet
  • Suitable development environment

Getting Started

  • 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.

Submission

  • Please do not fork this repository.
  • Please do not commit your code to GitHub.

About


Languages

Language:Python 39.5%Language:HTML 33.7%Language:CSS 26.7%