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.
- Host: GitHub
- URL: https://github.com/golevy/netflix-clone
- Owner: golevy
- Created: 2023-12-17T13:22:22.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-08-30T23:21:50.000Z (8 months ago)
- Last Synced: 2025-03-09T11:51:07.461Z (about 2 months ago)
- Topics: next-auth, nextjs, page-router, prisma, reactjs, typescript
- Language: TypeScript
- Homepage: https://fullstack-netflix-clone-pi.vercel.app
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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)