You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands that need to be used in terminal:
mkdir user-auth
cd user-auth
npm init -y
npm install express body-parser jsonwebtoken bcryptjs cors
node server.js