0.0.1 â€ĸ Published 4 years ago

account-management-api v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

ℹī¸ Background

Hi there! 👋

This is your interview assignment for Tilly where you will build a service that implements functionality for manipulating account balances.

To better understand the API of this service, check out api-specification.yml.

⚠ī¸ Prerequisites

Install Newman & try running the API tests:

npm install -g newman
newman run api-tests.json

✅ Checklist

Here is a checklist to help you better understand what is expected from your implementation. Feel free to tick off the checkboxes as you go (via updating the markdown):

  • All development is done in a new branch called implementation.
  • All development is done in Javascript or Typescript.
  • All API tests pass.
  • Data is stored in an in-memory datastore.
  • There is a open merge request with your implementation.
  • Someone will do a code review of your implementation after you put up your merge request. Please answer any questions you get to complete your assignment.

🤔 FAQ

  • Q: What resources am I allowed to use?
    • A: As this setup simulates a real-world task, feel free to use any resources that you'd normally use.
  • Q: How much time do I have?
    • A: Since the moment you received an invitation mail, you have 7 more days to complete your assignment. But as for how much time you actually need, try not to spend more than 3 hours.
  • Q: What if I get stuck?

Created with ❤ī¸ by coreskills.dev