An open API service indexing awesome lists of open source software.

https://github.com/bartoszzap/car-service-database

A car service database project for handling and storing relative data
https://github.com/bartoszzap/car-service-database

database mysql-database sql

Last synced: about 1 month ago
JSON representation

A car service database project for handling and storing relative data

Awesome Lists containing this project

README

          

# Car Service Database
This repository holds my work for a university course project.

I designed and built a database for a car servicing company and tested it using real-world scenarios.

The main goal was to prove I could take a business problem and create a solid, working database solution.

# Tools Used
Database System: MySQL.

SQL: The language for building the tables and writing all the queries.

Jupyter Notebooks + Python: Used this to connect to the database and run all my tests in an easy-to-read format.