Giter VIP home page Giter VIP logo

car-rental-ui's Introduction

car-rental-ui

The web application aims to simulate a car rental. The user can view a list of available cars. The rental and return dates as well as a currency can be selected. Afterwards the car can be booked and is no longer in the list. The booking can be viewed at any time by logging in with booking number and last name. The booking can be viewed and edited by an admin in the admin portal. Also, an admin can manage the cars and create new ones. Via Google Places API it is possible to see the locations of the car rental.

The purpose of the application is to present the previously taught contents of the course Service Engineering. The basic requirements are:

  • The creation of a car rental application.
    • REST style, user management, list, book and return cars.
    • Support different currencies.
    • Store prices in USD.
    • Authentication.
  • To create and use a currency calculator.
    • gRPC as technology
    • Cross-rate calculation
    • Authentication
  • The integration of the Google Maps web service.

Further documentation

Auto generated documentation in the repository

Quickstart

Pre-requisites

  • Angular-CLI 13
  • nodejs
  • Docker

Frontend

Use the code below to clone the repository and install all necessary dependencies.

git clone [email protected]:dduh96/car-rental-ui.git
cd car-rental-ui
npm install 

In the same directory, serve with application with

ng serve

The application will start by default on http://localhost:4200

Backend

Use the code below to clone the repository and start the provided docker containers.

git clone [email protected]:davidschedler/car-rental-app.git
cd car-rental-app/.docker-compose-ui && docker-compose rm -f && docker-compose up -d 

The application will start by default and be reachable on http://localhost:8080

Ready to use login data:

Admin - admin/admin123 Order - 14aa3925-312c-462e-acf8-279d18e9a9c8/Strasser

Used technologies

  • JavaScript/TypeScript
  • Angular
  • Angular Material
  • Jasmine
  • Karma
  • RxJS
  • Google geocoding API

Application flow diagram

application flow diagram

Use cases

admin

  • admin-login
  • view-all-cars
  • add-car
  • view-orders
  • view-order-detail
  • change-order-status

user

  • view-order
  • book-car

car-rental-ui's People

Contributors

dduh96 avatar kbuehn avatar karimschierbauer avatar schneidermichael avatar caf3babe avatar

Stargazers

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