Python Assignment

Order Description

In this assignment you will be tasked with building your first PaaS application which will be a database or Electric Vehicles. You will be required to deal with users who login and logout and alter the functionality for each. In the application users should be able to add and update cars that are in the database. They should also be able to perform comparisons of multiple cars in the database.

Be aware that the main issue you will run into here is the use of the NoSQL database. You will be fairly limited on the kind of queries you can run against the database, thus you will need to think very carefully about how you structure and store your data to make it easy to query.