CSC540 Fall 2022 - DBMS [Team 15]
- Deep Mehta - dmmehta2
- Rohan Shiveshwarkar - rsshives
- Yash Sonar - ysonar
- Kunal Patil - kpatil5
This is a Java 11 Spring Boot API and Angular 14 APP Project
To cofigure this in local, ensure you have JDK 11 installed on your machine. Then update the following values in application.properties (src > main > resources) file:
- spring.datasource.username={NCSU Unity ID}
- spring.datasource.password={NCSU Oracle DB Password}
- ssh.password={NCSU Unity ID Password}
Run the spring boot application and you will be able to see all the APIs listed in the form of Swagger UI. This utilizes JDBC to run SQL queries and retrive results. This is connected with NCSU Oracle DB.
These APIs are then consumed by the Angular App which is present in the folder: service-center-app
, which can be run by ng serve. Update the api url in environment.ts and environment.prod.ts file.
The GitHub Repository is hosted here: https://github.com/deep-mm/DBMS-Car-Service-Center
Application URL: https://yoururl.tech/svc