/gigaCarReservationSystem

Simple car rental store web application

Primary LanguageTypeScript

Car Rental Store Management System

Simple car rental store management system using Play Framework(Java 8) & Angular 6 and mysql database

  • Add vehicles
  • Delete vehicles
  • Reserve vehicles
  • Return vehicles
  • Availability check

How to run

cd ui
npm install
cd ..
sbt run

This will automatically start both play server & angular server.