An open API service indexing awesome lists of open source software.

https://github.com/golevy/netflix-clone

This is a full stack project that clones Netflix.
https://github.com/golevy/netflix-clone

next-auth nextjs page-router prisma reactjs typescript

Last synced: 18 days ago
JSON representation

This is a full stack project that clones Netflix.

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project that clones Netflix.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Reference

- [React](https://react.dev/learn)
- [Tailwind CSS](https://tailwindcss.com/docs/installation)
- [Next.js](https://nextjs.org/)
- [Prisma](https://www.prisma.io/docs/getting-started/quickstart)
- [MongoDB](https://www.mongodb.com/)
- [NextAuth.js](https://next-auth.js.org/getting-started/example)