Home > BGPP

BGPP

BGPP is a project mainly written in Java, it's free.

A rental-service for cars, written as an exam-project on the IT University of Copenhagen.

IT University of Copenhagen:

This project is a school project. It is about a car rental service. The system will be a single-user system, and will be using a MySQL database for storing the data.

We will be using the MVC (Model-View-Controller) architecture.

Model Car CarType Customer Reservation

Controller ReservationOverviewController AddEditReservationController CustomerOverviewController EditCustomerController

View ReservationOverview AddEditReservation CustomerOverview EditCustomer

Previous:Profiler