Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 707 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 707 Bytes

Movie App

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.

How to setup this project

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

Technologies used in this project