Coder Social home page Coder Social logo

polaris-interview's Introduction

polaris-interview

Sample project for gauging interviewee knowledge and process.

Synopsis

Using the Django REST framework, display a list of trips. This should take no more than 4 hours or so, but more time can be used, if necessary.

What's the end goal?

We'd like to get a sense of your work! We're looking for well-documented code, that explains what you're doing, and more importantly, the reasoning behind it. This will help us get a better understanding of your thinking process. Frequent, and numerous commits are also encouraged, with sensible, and relevant commit messages.

Getting started

Not part of the 4-hour time frame

First, you'll need to get your environment set up. Here's a quick TODO list, to get things going. We've also added more detailed explanations on some of the tasks.

** Use of virtualenv (and virtualenvwrapper) is recommended.

Pulling the repo

Create a folder for your work, then do:

git clone https://github.com/gadventures/polaris-interview.git or git clone [email protected]:gadventures/polaris-interview.git

To install the requirements, do:

pip install -r requirements.txt

Creating a git branch

Before you dive into the code, create a separate branch to do your work. The reason for this is so that you can issue a pull request, which will allow us to review your code. To create a new branch:

git checkout -b your_branch_name

Note: Put your name in the branch so we can identify you.

We encourage, and recommend frequent commits:

git commit -ma "your message here"

That's good for us and you. It helps get a better understanding of your thought process, and problem solving skills.

The Task

We want you to create an application that lists Trips via a template, and also via an API call. A 'Trip' can be as detailed as you wish.

Have one view that lists all trips, at https://127.0.0.1:8000/ Have another view that listens for API calls, at https://127.0.0.1:8000/api/

BONUS: If you have extra time, throw in a way to query against certain parameters.

When you're finished

Once you're ready to submit, you can create a pull request on the github project page. After that, you're done!

polaris-interview's People

Contributors

silent1mezzo avatar cdutson avatar jovani avatar

Watchers

Bartek Ciszkowski avatar Craig Nagy avatar  avatar Andrew Gardner avatar James Cloos avatar  avatar  avatar Greg Bilyk avatar  avatar Jon Prindiville avatar pillowmermaid avatar  avatar  avatar  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.