GithubHelp home page GithubHelp logo

bnta-car-rental's Introduction

Car Rental CLI Project

Table of contents

Introduction

This is a command line car rental and car management system. There are two types of target users:

  1. Car rental for customers, booking and returning cars are possible
  2. Car management for the business, adding and removing cars are possible
    1. Adding a new car: prompts for car model and daily rental price, car model must be one from the CarsMake Enum
    2. Removing an existing car: prompts for car ID
    3. Show Available cars
    4. Show rented cars

All data are saved onto the file:

rentalDB.csv

and PostgreSQL database. The switch between the two through the interface is yet to be implemented.

You can add new cars, remove cars, make changes directly to the csv file instead of the using the command line interface. The changes will be reflected in the car rental part of the CLI.

Technologies

Project is created with:

  • IntelliJ IDEA
  • PostgreSQL

Setup

To start the CLI system, run Main.java or SpringBootConsoleApplication.java.

When prompted to enter username to access car management functions:
Enter Username: username
Enter Password: passw00rd

bnta-car-rental's People

Contributors

yulin-physics avatar

Watchers

 avatar

Forkers

salz97

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.