Skip to main content

CS348 Final Project — Formula 1 SQL

·99 words·1 min

As a part of CS 348, Introduction to Database Management, we had the option to create a project using a database. We created Formula 1 SQL, a data-retrieval app to give insights from a downloaded F1 database. It has seven functionalities, optimized with indexing and caching, and other fancy features. All of this is explained in the demo video, which you can watch here!

Check out the site at https://f1-sql.onrender.com/ and our repo at https://github.com/Ari1029/CS348Project here. Thanks to CS 348 for giving us this project-based learning opportunity, and my teammates for teaching me a lot of new stuff too.