Giter VIP home page Giter VIP logo

rentacar's Introduction

Rent a Car

This project was developed for CESAE's AWS Re/Start course. Python programming module.

The project aims to implement an operational management system for a Rent-a-car. Following these instructions:

  1. The rent-a-car company has a fleet of cars represented by the listAutomovel. This should store dictionaries with the following keys: id, matricula, marca, modelo, cor, portas, precoDiario, cilindrada, potencia;
  2. The company's clients should be registered in the listClient. This list should store dictionaries with the following keys: id, nome, nif, dataNascimento, telefone, email. Note: phone and email must be unique;
  3. Reservations should be recorded in the listBooking list. This should store dictionaries with the keys: data_inicio, data_fim, cliente_id, automovel_id, precoReserva, numeroDias;
  4. Each list must be loaded with data from JSON files: listcliente.json, listautomovel.json and listbooking.json;
  5. Manage the 3 lists. The program should allow you to list, add, update and remove;
  6. Customers can benefit from discounts depending on the total number of days of the rental: until 4 days 0%, 5 to 8 days 15%, more than 8 days 25%;
  7. List of future bookings;
  8. Search for a car using "matricula" as a parameter. And a list of the last 5 rentals;
  9. Search for a client using "nif" as a parameter. And a list of the last 5 rentals;
  10. Add a functional menu to the program that clearly identifies each feature. (We chose Cutie)

Contributors

I would like to extend my deepest gratitude to my group for the remarkable partnership:

rentacar's People

Contributors

clima-fr 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.