Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 421 Bytes

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.