/starship-recommender

A Simple Starship recommender system

Primary LanguagePythonMIT LicenseMIT

Starship Recommendation

Task

Because starships are awesome, and like sometimes you want more starships so here is a simple starwars starship recommendation engine When submitting a post request to https://swapi.co/starships/:id a list of alternatives are returned.

You can learn more about the Starwars API here: https://swapi.co

Getting this project running

Set up a new virtual environment

virtualenv -p python3.6 venv

Install the dependencies

pip install -r requirements.txt

Set the app variable

export FLASK_APP=main.py

Run

flask run