Git Product home page Git Product logo

quote-api-demo's Introduction

Quotes API

Bookairfreight's takehome assignment

Install and run

To run the services using docker compose:

$ docker-compose up --build -d

Docker compose 3.5+ is required (Docker engine 17.12.0+).

The API endpoint will be available at your localhost port 80.

Loading shipping rates data

Get inside the quotes API container by running in your terminal:

$ docker exec -it quote_api bash

Then execute the script load_rates.py inside the scripts folder:

$ python scripts/load_rates.py

Note: The rates file must be in JSON format and the name rates.json in the /src folder of the container (/quote-api folder in host).

Warning: Run the script only once, otherwise, data will be added multiple times.

Data will be persisted in pgdata/ folder.

Unit Tests

You must have the full app running.

Again, get inside the quotes API container, if not already, by running in your terminal:

$ docker exec -it quote_api bash

Then, to start the tests, run:

$ pytest -v tests

Integration Test

You must have the full app running and the following libraries installed in your local environment:

  • requests
  • pytest

You can install them using the file tests/requirements.txt with:

$ pip install -r tests/requirements.txt

Then, from the project's root folder run:

$ pytest -v tests

API Docs

API's web documentation is available through the route /v1/docs

Technologies used

  • Web framework: Flask
  • REST API framework: Flask Smorest
    • Marshmallow
    • Apispec (OpenAPI)
  • Database: PostgreSQL
  • Database toolkit: SQLAlchemy
  • Testing: pytest
  • Production WSGI: Gunicorn

quote-api-demo's People

Contributors

edurzss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.