📷: @TechDailyCA
This is quite possibly the greatest movie app in existence. It uses the OMDB API and doesn't really do anything as of yet but just wait and see. It's built using NextJS and deployed on Vercel.
First, copy .env.example
into a new file called .env.local and fill in the values, then run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project uses Prisma as an ORM with a Postgres DB.
Auth is handled using Auth0.