https://github.com/easycodingtutorial/netflix_clone
https://github.com/easycodingtutorial/netflix_clone
netflix netflix-clone netflixclone nextjs typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/easycodingtutorial/netflix_clone
- Owner: EasyCodingTutorial
- Created: 2024-04-06T06:31:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T04:34:17.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:06:18.069Z (about 1 year ago)
- Topics: netflix, netflix-clone, netflixclone, nextjs, typescript
- Language: TypeScript
- Homepage: https://netflix-login-lime.vercel.app
- Size: 292 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
### Netflix Clone

This repository contains a clone of the Netflix login page built using Next.js 14, TypeScript, Prisma, MongoDB, and bcrypt for password hashing.
## Features
- **Next.js 14**: Utilizes the latest version of Next.js for server-side rendering and improved performance.
- **TypeScript**: Ensures type safety and enhances developer productivity.
- **Prisma**: An ORM (Object-Relational Mapping) for Node.js and TypeScript, used for database interactions.
- **MongoDB**: A NoSQL database used for storing user data.
- **bcrypt**: A library for hashing passwords, providing added security to user credentials.## Getting Started
### Prerequisites
Before running the application, ensure you have the following installed:
- Node.js
- MongoDB### Installation
1. Clone this repository:
```bash
git clone https://github.com/EasyCodingTutorial/Netflix_Login```
2. Navigate into the project directory:```bash
cd netflix-login-page```
3. Install dependencies:
```bash
npm install```
5. Set up environment variables:
```bash
DATABASE_URL : ""```
## Usage
1. Start the development server:
```bash
npm run dev```
3. Open your browser and navigate to http://localhost:3000 to view the application.
```bash
http://localhost:3000```
### Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.
## Learn By Watching Video ▶️
[](https://www.youtube.com/watch?v=9jWh_SQ4NCw)