Skip to content

Metecode/next-netflix

Repository files navigation


netflix-logo-png-2616

Netflix Clone

Full stack netflix clone project

View Demo · Report Bug · Request Feature

About The Project

This project is a full-stack application where users can sign up and log in using their email or through Google and GitHub authentication methods. The project utilizes demo videos. Users have the ability to view the genre and synopsis of a movie and then watch the movie. Thank you very much for the tutorial video; it has been a valuable reference for me. I appreciate your contributions. https://www.youtube.com/watch?v=mqUN4N2q4qY&t=4s

image
image
image
image

(back to top)

Built With

  • Next
  • React
  • Mongodb
  • Typescript
  • Prisma
  • Tailwind
  • Vercel

(back to top)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Mete Uçar - [email protected] - [email protected]

Project Link: https://github.com/Metecode/next-netflix

(back to top)

Acknowledgments

I wrote this project to learn the fundamentals of Next.js and MongoDB. Below is the video that served as my reference, and I thank them for their contributions.

(back to top)

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.