Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 988 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 988 Bytes

Movie Database App

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.

Table of Contents

Features

  • Add new movies to the database
  • View a list of all movies
  • Update movie details
  • Delete movies from the database

Technologies Used

  • Next.js (for the web framework)
  • React (for the frontend)
  • SQLite (for the database)
  • Prisma (for ORM)
  • Tailwind CSS (for styling)

Setup

To get a local copy of this project up and running, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/movie-database-app.git