Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burakorkmez committed Aug 5, 2024
1 parent 46e235c commit 2fc15a0
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<h1 align="center">Advanced Auth Tutorial πŸ”’ </h1>

![Demo App](/frontend/public/screenshot-for-readme.png)

[Video Tutorial on Youtube](https://youtu.be/0Kzd4k1YuCA)

About This Course:

- πŸ”§ Backend Setup
- πŸ—„οΈ Database Setup
- πŸ” Signup Endpoint
- πŸ“§ Sending Verify Account Email
- πŸ” Verify Email Endpoint
- πŸ“„ Building a Welcome Email Template
- πŸšͺ Logout Endpoint
- πŸ”‘ Login Endpoint
- πŸ”„ Forgot Password Endpoint
- πŸ” Reset Password Endpoint
- βœ”οΈ Check Auth Endpoint
- 🌐 Frontend Setup
- πŸ“‹ Signup Page UI
- πŸ”“ Login Page UI
- βœ… Email Verification Page UI
- πŸ“€ Implementing Signup
- πŸ“§ Implementing Email Verification
- πŸ”’ Protecting Our Routes
- πŸ”‘ Implementing Login
- 🏠 Dashboard Page
- πŸ”„ Implementing Forgot Password
- πŸš€ Super Detailed Deployment
- βœ… This is a lot of work. Support my work by subscribing to the [Channel](https://www.youtube.com/@asaprogrammer_)

### Setup .env file

```bash
MONGO_URI=your_mongo_uri
PORT=5000
JWT_SECRET=your_secret_key
NODE_ENV=development

MAILTRAP_TOKEN=your_mailtrap_token
MAILTRAP_ENDPOINT=https://send.api.mailtrap.io/

CLIENT_URL= http://localhost:5173
```

### Run this app locally

```shell
npm run build
```

### Start the app

```shell
npm run start
```

### I'll see you in the next one! πŸš€
Binary file added frontend/public/screenshot-for-readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fc15a0

Please sign in to comment.