An open API service indexing awesome lists of open source software.

https://github.com/infinityworks/nge-py-exercise

NGE Tech Test - Python Starter Project
https://github.com/infinityworks/nge-py-exercise

Last synced: 5 months ago
JSON representation

NGE Tech Test - Python Starter Project

Awesome Lists containing this project

README

          

# 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](preview.png)

## Prerequisites

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

## Getting Started

- Create and activate a new virtual environment:

```bash
$ python3 -m venv venv
$ source venv/bin/activate
```

- Install dependencies::

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

- Start the app:

```bash
$ 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.