deep-mm / DBMS-Car-Service-Center

This project contains java api and angular app for CSC 540 DBMS Project on Car Service Center

Home Page:https://yoururl.tech/svc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUTOR - Auto Repair and Service Management System

CSC540 Fall 2022 - DBMS [Team 15]

  1. Deep Mehta - dmmehta2
  2. Rohan Shiveshwarkar - rsshives
  3. Yash Sonar - ysonar
  4. 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:

  1. spring.datasource.username={NCSU Unity ID}
  2. spring.datasource.password={NCSU Oracle DB Password}
  3. 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

API URL: https://service-center-api.azurewebsites.net

About

This project contains java api and angular app for CSC 540 DBMS Project on Car Service Center

https://yoururl.tech/svc

License:MIT License


Languages

Language:TypeScript 40.9%Language:Java 39.4%Language:HTML 17.5%Language:SCSS 1.7%Language:JavaScript 0.5%Language:Dockerfile 0.1%