michaeltcoelho / autocomplete-challenge

Aptoide challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • Python 3.6.4.
  • An activated python virtualenv.

Considering you have already installed the requirements:

Installing

Clone the repository and install it:

git clone https://github.com/michaeltcoelho/autocomplete-challenge.git

Go to /autocomplete-challenge directory:

Run the following command:

make install

Running

Running the application:

make run

Testing

Running tests with coverage:

make test

Autocomplete

Making requests to the autocomplete API:

curl -X GET -H "Content-Type: application/json" http://0.0.0.0:5000/autocomplete/?q=fac

About

Aptoide challenge


Languages

Language:Python 97.0%Language:Makefile 3.0%