GithubHelp home page GithubHelp logo

interview-practice-apis's Introduction

Cracking the Coding Interview - APIs

This repository is used for the Cracking the Coding Interview - APIs. We'll be covering how to build an API during this session, with the chance for you to work in small teams to build solutions to a number of test cases.

Prompt

We're going to be building an API for a Sports Hub. They want to track daily sport activities record, for example running or cycling times.

We need an API that can process the track records to our database. We'll need to build one!

Track Record

Each track record should have the following fields:

  • Date of activity
  • Activity name (Running, Cycle)
  • Time duration (e.g. 45 minutes)
  • Distance (e.g. 10 kilometers)

Tests

There's a number of tests we need to pass. These include:

  • Successfully respond with a 200
  • Records should return list activities as array
  • New command should return nerly added activities
  • An API call to any of the command with incomplete value should return 400.

Some of these tests will need to be written by you to make sure your code is robust. You should write these before you start working on those features.

Submission

To work on this, you should fork this repository and make a Pull Request with your changes at the end of the session! On your fork, invite your team and just submit your single fork (we can see who's worked on what)

interview-practice-apis's People

Contributors

wrussell1999 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.