Giter VIP home page Giter VIP logo

django-assignment's Introduction

Backend Developer Assignment

Requirements

The assignment is to develop a containerized application using Docker and Django that supports a list of sensor stations in an area. For data storage you should use PostGIS. Data will be served with 'Django Rest Framework' or a similar REST-API framework.

User rights

There two type of users, an admin and a station owner. The station registration [3] needs privileges but everyone should view the list of stations [4] without login or registration.

There should be documentation about using the REST-API, Open-API style like Swagger is preferred.

No Front-end is needed.

Please provide a Git repository with the solution (e.g. Github/Gitlab private repo) and an accompanying online demo website.

Endpoint definitions

Provide a REST-API that includes endpoints for:

  1. User registration with at least the following fields:
    • Username
    • Password
    • E-mail
  2. User login with a production ready authentication method (e.g. JWT)
  3. Station creation, with the following fields:
    • name
    • category
    • description
    • lat/lon coordinates
    • contact information
  4. A list of stations with the following capabilities:
    • Filtering by category
    • Pagination
    • Search by name
    • Stations within a radius of a location

The use of industry mature libraries/frameworks is preferred.
The usage of open-source libraries is required.

django-assignment's People

Contributors

glls avatar

Stargazers

 avatar

Watchers

 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.