Welcome to the Movie Database App! This simple application allows users to add, view, and manage a collection of movies. The project is designed to help users practice basic CRUD (Create, Read, Update, Delete) operations in a database using a friendly interface built with Next.js.
- Add new movies to the database
- View a list of all movies
- Update movie details
- Delete movies from the database
- Next.js (for the web framework)
- React (for the frontend)
- SQLite (for the database)
- Prisma (for ORM)
- Tailwind CSS (for styling)
To get a local copy of this project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/movie-database-app.git