Giter Site home page Giter Site logo

motordrive's Introduction

The goal of this challenge is to produce a web app that acts primarily as an API web service. There will be 3 main entities: User, Car and Location. You should create the database as you see fit and use any third-party libraries relevant for the purpose.

When evaluating the challenge, we look primarily at code structure, aesthetics, good programming practices, use of framework utilities and in general your way of thinking as a developer.

User Stories:

● A User can either be a manager or a driver;

● A User can login into the platform;

● A manager can manage (create, update, delete) several drivers;

● A driver must have at least one car associated;

● A driver can manage (create, update, delete) his cars;

● A driver must have a location (home)

● A car is identified, at least, by: brand, model and plate number ;

● A car has a current geographical location;

● A guest can only view a map with the current geographical location of each car

● A guest can search cars by brand and by proximity (it must give a latitude, a longitude and a radius)

As said above you should be developing this web app as an API web service so, all HTTP responses should contain valid JSON.

motordrive's People

Contributors

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