Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 548 Bytes

File metadata and controls

26 lines (17 loc) · 548 Bytes

This is a SPRING MVC & Angular2 car management application made for my Object Orientated Software Development class (COMP 586).

NOTE: All components of project were hosted locally.

Please see screenshots for program visuals.


Specs:

Spring Boot backend: -Maven -JPA -ORM (DAO) -Dependecy injection (@Autowired) -OAuth using Gmail -REST API

Angular 2 Front End: -Single Page Application

MYSQL Database: -2 Tables (car | rating) related with a foreign key -1-to-many relationship: 1 car to many ratings