Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 726 Bytes

File metadata and controls

41 lines (27 loc) · 726 Bytes

Accenture Next Gen Engineering - Full Stack Tech Test: Python

Python version of the NGE technical test. It uses the flask microframework - 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

Submission

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