mern-advanced-auth
Authentication Simplified - Project Based Tutorial
File Explorer
Download Latest Version (.zip)- auth.controller.js
- connectDB.js
- emails.js
- emailTemplates.js
- mailtrap.config.js
- verifyToken.js
- user.model.js
- auth.route.js
- generateTokenAndSetCookie.js
- index.js
- screenshot-for-readme.png
- vite.svg
- FloatingShape.jsx
- Input.jsx
- LoadingSpinner.jsx
- PasswordStrengthMeter.jsx
- DashboardPage.jsx
- EmailVerificationPage.jsx
- ForgotPasswordPage.jsx
- LoginPage.jsx
- ResetPasswordPage.jsx
- SignUpPage.jsx
- authStore.js
- date.js
- App.jsx
- index.css
- main.jsx
- .eslintrc.cjs
- index.html
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- vite.config.js
- .gitignore
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/burakorkmez/mern-advanced-auth
Downloads the entire project code from GitHub to your computer.
cd mern-advanced-auth
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm run build
Builds optimized production files.
npm run start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
