GithubHelp home page GithubHelp logo

backend-skills-test's Introduction

Backend Skills Test

In this exercise you'll create a simple REST API Server that will accept a file and manipulate the data:

Rules of the test:

  • Use a Backend Framework of your choice: (Django, Flask, from scratch...)
  • For your convenience we have a base install of Django and Flask pre installed in this repo.
  • We run on a minimum python version of 3.6.

REST API Server Requirements

  • Create an endpoint /api/palindrome/bulk.
    • In the root of this repo you will see a palindromes.txt file.
    • This endpoint should accept the file, parse the values, validate the strings, and return whether or not each string is a palindrome.
  • Create an endpoint /api/palindrome/:string.
    • this endpoint should accept a single string and return whether or not the string is a palindrome.

Bonus Objectives

  • Extra: Leverage a persistent storage mechanism to save each string that is submitted to /api/palindrome/:string.
  • Extra: Create an endpoint /api/palindrome/history that will return the values of the historic API calls to /api/palindrome/:string
  • Extra: Add unit test to your REST API server.

Definitions:

A palindrome is a word, phrase, or sequence that reads the same backward as forward. Example: Otto.

Notes

If you have any extra time feel free to add any extra features or improvements you would like.

backend-skills-test's People

Contributors

robbiedigital avatar brianjbuck avatar

Stargazers

Breiden Busch 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.