Python version of the NGE technical test. It uses the flask
_ microframework.
.. _flask: http://flask.pocoo.org
- Python 3
- Clone this repo
- Access to the internet
- Suitable development environment
-
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.
- Please do not fork this repository.
- Please do not commit your code to GitHub.