KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
mern-full-auth
★ 115
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
skywalking-satellite
:
The Sidecar Project of Apache SkyWalking
Streamis
:
Streaming application development and management system, based on Linkis and DSS, planning to provide the workflow-like graphical drag-and-drop development capability.
Geochemistrypi
:
an open-sourced highly automated machine learning Python framework for data-driven geochemistry discovery
net_automatic_interface
:
.Net Source Generator for Automatic Interfaces
cyclonedx-python-lib
:
Functionality and DataModels of OWASP CycloneDX for Python
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mern-full-auth
?
Download (.md)
# MERN Stack - Ecommerce > Finally, I have perfected the user authentication page using the MERN Stack + Redux. > Include: > + Register, login with validation form. > + Quick login with Google, Facebook. > + Forgot password, reset password and register a new account by Email verification. > + Update personal information (name, password and avatar) > + Change permissions and delete user accounts with Admin. > - Below is the Demo link, if you find it interesting, please subscribe to the channel. I will be making a tutorial video in the near future. Thanks and have a good day!💓💓 ## Demo: https://devat-full-auth.herokuapp.com/ ## Author: Dev AT ## Youtube tutorials: https://youtu.be/npsi7ZkjvQo ## Install dependencies for server ### `npm install` ## Install dependencies for client ### cd client ---> `npm install` ## Connect to your mongodb and add info in .env ## Add your google client id and facebook app id in client/src/components/body/auth/Login.js ## Run the client & server with concurrently ### `npm run dev` ## Run the Express server only ### `npm run server` ## Run the React client only ### `npm run client` ### Server runs on http://localhost:5000 and client on http://localhost:3000