Giter Site home page Giter Site logo

coding-challenge-backend's Introduction

AM Coding Challenge - Backend (Flask)

The case study: Application review

Reviewing applications is one of the key activities, when starting a new project. To takle that challenge, BP ACCELERATOR Inc. wants to provide an API, via which applicant can hand in their application with past project experience.

The software stores the data in a data base and generates a document, so the application can be reviewed by the HR department

Product Requirements

As an applicant at BP ACCELERATOR Inc.,

  • I want to provide my application via a REST-API, with the following data:
    • my work e-mail address
    • a name
    • a github user
    • past projects (min 1)
  • for each past project I want to provide
    • name of the project
    • employment mode (options: freelance / employed)
    • capacity (options: part-time / full-time)
    • duration in months (allow to provide weeks)
    • start year
    • role
    • team size (number)
    • link to the repository (optional)
    • link to the live url (optional)

As an application reviewer at BP ACCELERATOR Inc.,

  • I want to see an overview of all applications in the database
  • I want that when new data for an e-mail address is provided, all old data is automatically deleted
  • I want to easily generate and download a PDF document, that lists the data provided from the applicant
    • the PDF contains the GitHub profile image of the applicant (API)

Your Mission

Create a Flask application that satisfies all must-have requirements above, plus any nice-to-have requirements you wish to include.

For that, you'll need to provide a REST-API, set up a database and generate a PDF document, that contains the applicants data.

You can use any boilerplate/approach you prefer, but try to keep it simple. We encourage you to use your favorite tools and packages to build a solid Flask application.

You don't have to host your service publicly, but feel free to do that. Please include a description in the README.md how to run the project locally and provide us a well done description for the API.

The final delivery must be running with Docker.

Instructions

  • Fork this repo
  • The challenge is on!
  • Build a performant, clean and well-structured solution
  • Commit early and often. We want to be able to check your progress
  • Please complete your working solution within 2 days of receiving this challenge, and be sure to notify us with a link to your repo, when it is ready for review.
  • additionally to the solution, please hand-in the PDF document, filled with your actual project experience

Happy coding!

License

We have licensed this project under the MIT license so that you may use this for a portfolio piece (or anything else!).

coding-challenge-backend's People

Contributors

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