Inspiration

The inspiration for this project came from a desire to have a personal, customizable way to track and rate movies.

What It Does

MoviesDB allows users to store information about movies, including the movie's name, a personal rating, and whether the user has seen the movie or wants to see it.

How We Built It

This project was built using SQLite, a lightweight database engine. The database consists of a single table named Movies, which stores the movie information.

Challenges We Ran Into

Some challenges included learning how to use SQLite and figuring out the best way to structure the database.

Accomplishments That We're Proud Of

We're proud of creating a functional database that can be used to track and rate movies. We're also proud of the SQL commands we wrote to create the database and insert data into it.

What We Learned

Through this project, we learned how to use SQLite and how to design a database. We also learned how to write SQL commands to interact with the database.

What's Next for MoviesDB

In the future, we plan to add more features to MoviesDB, such as the ability to store more detailed information about each movie (like the director's name, release date, etc.). We also plan to create a user interface to make it easier to interact with the database.

Built With

Share this project:

Updates