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
cd ui
npm install
cd ..
sbt run
This will automatically start both play server & angular server.