This is a Movie App project that helps a user search movies and maintain a watchlist.
This is initialized using T3 Stack using create-t3-app
command.
To get this project in your local machine, run the following in your terminal
git clone https://github.com/NoyanAziz/movie-app.git
pnpm install
pnpm db:push
To run the application run
pnpm dev
To run the prisma studio run
npx prisma studio