yair-roshal / MernLogin-React-Node-Mongo-jwt-bcrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mern-login

node+react

We’ll be creating a minimal full-stack login/authorization app using the MERN stack (MongoDB for our database, Express and Node for our backend, and React for our frontend).

npm i -This command installs a package and any packages that it depends on We must run twice:

  1. In the shared folder (server)
  2. and in the client folder (Client)
  • npm start - start of the client

  • npm run dev (nodemon server.js) - start of the server

  • page welcome

alt text

  • page Register

alt text

  • page Sign In

alt text

  • page Profile

alt text

About


Languages

Language:JavaScript 79.0%Language:HTML 15.4%Language:CSS 5.6%