isaacimholt / currency-converter-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency-converter-rest-api

Simple rest api for converting currency.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisites

In order to run this container you'll need docker installed.

Usage

Run

docker-compose -f docker-compose.yml up

Dev

docker-compose -f docker-compose.dev.yml up

Test

docker-compose -f docker-compose.test.yml up

Built With

  • flask 1.*
  • flask-restful 0.*
  • requests 2.*
  • redis 2.*
  • pytest 3.*

Public Repo

About


Languages

Language:Python 96.0%Language:Dockerfile 4.0%