Skip to content

infinityworks/nge-py-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accenture Next Gen Engineering - Full Stack Tech Test: Python

Python version of the NGE technical test. It uses the flask_ microframework.

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

Preview of Frontend

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 $ source venv/bin/activate

  • Install dependencies::

    $ python -m pip install pip-tools $ pip-sync

  • Start the app: $ flask run

  • Visit http://localhost:5000 to view the application.

Submission

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

About

NGE Tech Test - Python Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •