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
- Host: GitHub
- URL: https://github.com/infinityworks/nge-py-exercise
- Owner: infinityworks
- Created: 2019-02-11T13:16:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T10:23:18.000Z (over 1 year ago)
- Last Synced: 2025-02-25T11:28:19.693Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 2.06 MB
- Stars: 4
- Watchers: 108
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

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