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
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
npm run build
npm run start