Git Product home page Git Product logo

exchangerate_api's Introduction

exchangerate_api

This code is not finished or usable yet. There is no controller. Just php code with logic and some tests.

To implement a real API we should create some controllers that matches the desired HTTP verbs and endpoints with a call to each of the commands we found in /src/services.

The code is framework agnostic. We could use a symfony or laravel to define the routes, the dependency injection, etc..

There are 2 small test in /test than can help us to understand how to use it in a controller.

We should implement a persistence repository for the data. Right now, there is only a memory implementation. To create a database version, simply create a new repo that implements ExchangeRepoInterface, as I did in https://github.com/x1m3/exchangerate_api/blob/master/src/repositories/ExchangeRepoInMemory.php

To run the tests, first do a

composer install

Then run

php vendor/phpunit/phpunit/phpunit 

if running php in local.

You could also use the dockers provided. I didn't used it, sorry for including. Just copied from a standar template I usually use for php.

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.