histrio / swap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swap

Test assignment for backend developer

API

  • GET item

    Get list of items available for swapping

    • owner (optional) get items for owner
  • POST item

    Publish an item you wish to swap

  • POST swapping

    Swap one of your items to someone item.

Testing

To test this, one should be using an sh compatible shell that support $(some command) and export ENV_VAR= syntax.

Finally, tests are run using make test.

Reproducible Developing Environment

I had a lot of pain via setting up a developer environment for GAE. So, if it's not only me - use this:

vagrant up --provider=docker vagrant ssh cd /vagrant make test make run

About


Languages

Language:Python 98.3%Language:Makefile 1.7%